#B18208

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

Shades of Dark Goldenrod #B18208

Tints of Dark Goldenrod #B18208

Color information

#B18208 (or 0xB18208) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 82 and 08. RGB value is (177,130,8). Sum of RGB (Red+Green+Blue) = 177+130+8=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B18208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18208 is #4E7DF7. Grayscale: #828282. Windows color (decimal): -5144056 or 557745. OLE color: 557745.

HSL color Cylindrical-coordinate representation of color #B18208: hue angle of 43.31º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B18208 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1771308-
CMYK00.270.950.31
HSL43.31º91.35%36.27%-
HSV(B)43.31º95.48%69.41%-
XYZ26.1625.333.74-
YUV130.1559.07161.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=56.19%
G=41.27%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177130800.270.950.3143.3191.3536.27
HexB182801B5F1F2b5b24
Octal26120210033137375313344
Binary101100011000001010000110111011111111111010111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18208; }

 p { color: rgb(177,130,8); }

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

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

 a { background-color: rgb(177,130,8); }

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

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

 span { border-color: rgb(177,130,8); }

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