#B18508

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

Shades of Dark Goldenrod #B18508

Tints of Dark Goldenrod #B18508

Color information

#B18508 (or 0xB18508) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 85 and 08. RGB value is (177,133,8). Sum of RGB (Red+Green+Blue) = 177+133+8=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B18508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18508 is #4E7AF7. Grayscale: #848484. Windows color (decimal): -5143288 or 558513. OLE color: 558513.

HSL color Cylindrical-coordinate representation of color #B18508: hue angle of 44.38º 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 #B18508 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1771338-
CMYK00.250.950.31
HSL44.38º91.35%36.27%-
HSV(B)44.38º95.48%69.41%-
XYZ26.5626.143.88-
YUV131.9158.08160.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 8 (3.52% from 255) = 2.52%
R=55.66%
G=41.82%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177133800.250.950.3144.3891.3536.27
HexB18580195F1F2c5b24
Octal26120510031137375413344
Binary101100011000010110000110011011111111111011001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18508; }

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

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

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

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

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

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

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

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