#B38111

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

Shades of Dark Goldenrod #B38111

Tints of Dark Goldenrod #B38111

Color information

#B38111 (or 0xB38111) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 81 and 11. RGB value is (179,129,17). Sum of RGB (Red+Green+Blue) = 179+129+17=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B38111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38111 is #4C7EEE. Grayscale: #838383. Windows color (decimal): -5013231 or 1147315. OLE color: 1147315.

HSL color Cylindrical-coordinate representation of color #B38111: hue angle of 41.48º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B38111 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17912917-
CMYK00.280.910.30
HSL41.48º82.65%38.43%-
HSV(B)41.48º90.5%70.2%-
XYZ26.5425.324.02-
YUV131.1863.56162.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 17 (7.03% from 255) = 5.23%
R=55.08%
G=39.69%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791291700.280.910.3041.4882.6538.43
HexB3811101C5B1E295326
Octal26320121034133365112346
Binary1011001110000001100010111001011011111101010011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38111; }

 p { color: rgb(179,129,17); }

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

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

 a { background-color: rgb(179,129,17); }

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

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

 span { border-color: rgb(179,129,17); }

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