#B38408

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

Shades of Dark Goldenrod #B38408

Tints of Dark Goldenrod #B38408

Color information

#B38408 (or 0xB38408) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 84 and 08. RGB value is (179,132,8). Sum of RGB (Red+Green+Blue) = 179+132+8=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B38408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38408 is #4C7BF7. Grayscale: #848484. Windows color (decimal): -5012472 or 558259. OLE color: 558259.

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

Color convert

RGB1791328-
CMYK00.260.960.30
HSL43.51º91.44%36.67%-
HSV(B)43.51º95.53%70.2%-
XYZ26.8926.13.85-
YUV131.9258.07161.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 8 (3.52% from 255) = 2.51%
R=56.11%
G=41.38%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179132800.260.960.3043.5191.4436.67
HexB384801A601E2c5b25
Octal26320410032140365413345
Binary101100111000010010000110101100000111101011001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38408; }

 p { color: rgb(179,132,8); }

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

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

 a { background-color: rgb(179,132,8); }

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

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

 span { border-color: rgb(179,132,8); }

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