#B38E3A

Color #B38E3A Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #B38E3A

Tints of Alpine #B38E3A

Color information

#B38E3A (or 0xB38E3A) is unknown color: approx Alpine. HEX triplet: B3, 8E and 3A. RGB value is (179,142,58). Sum of RGB (Red+Green+Blue) = 179+142+58=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E3A is #4C71C5. Grayscale: #8F8F8F. Windows color (decimal): -5009862 or 3837619. OLE color: 3837619.

HSL color Cylindrical-coordinate representation of color #B38E3A: hue angle of 41.65º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B38E3A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17914258-
CMYK00.210.680.30
HSL41.65º51.05%46.47%-
HSV(B)41.65º67.6%70.2%-
XYZ29.0329.248.12-
YUV143.4979.76153.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=47.23%
G=37.47%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791425800.210.680.3041.6551.0546.47
HexB38E3A015441E2a332e
Octal2632167202510436526356
Binary1011001110001110111010010101100010011110101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E3A; }

 p { color: rgb(179,142,58); }

 H1.HeaderClassName
 {
   color: #B38E3A;
 }
 .AnyTagClassName
 {
   color: #B38E3A;
 }
</style>
background-color css

<style>
 a { background-color: #B38E3A; }

 a { background-color: rgb(179,142,58); }

 div.DivClassName
 {
   background-color: #B38E3A;
 }
 .BgClassName
 {
   background-color: #B38E3A;
 }
</style>
border-color css

<style>
 span { border-color: #B38E3A; }

 span { border-color: rgb(179,142,58); }

 td.TdClassName
 {
   border-color: #B38E3A;
 }
 .TagClassName
 {
   border-color: #B38E3A;
 }
</style>