#B08A1A

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

Shades of Dark Goldenrod #B08A1A

Tints of Dark Goldenrod #B08A1A

Color information

#B08A1A (or 0xB08A1A) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8A and 1A. RGB value is (176,138,26). Sum of RGB (Red+Green+Blue) = 176+138+26=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A1A is #4F75E5. Grayscale: #898989. Windows color (decimal): -5207526 or 1739440. OLE color: 1739440.

HSL color Cylindrical-coordinate representation of color #B08A1A: hue angle of 44.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B08A1A is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17613826-
CMYK00.220.850.31
HSL44.8º74.26%39.61%-
HSV(B)44.8º85.23%69.02%-
XYZ27.1827.484.85-
YUV136.5965.59156.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=51.76%
G=40.59%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761382600.220.850.3144.874.2639.61
HexB08A1A016551F2d4a28
Octal26021232026125375511250
Binary1011000010001010110100101101010101111111011011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A1A; }

 p { color: rgb(176,138,26); }

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

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

 a { background-color: rgb(176,138,26); }

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

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

 span { border-color: rgb(176,138,26); }

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