#B08B1A

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

Shades of Dark Goldenrod #B08B1A

Tints of Dark Goldenrod #B08B1A

Color information

#B08B1A (or 0xB08B1A) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8B and 1A. RGB value is (176,139,26). Sum of RGB (Red+Green+Blue) = 176+139+26=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08B1A is #4F74E5. Grayscale: #898989. Windows color (decimal): -5207270 or 1739696. OLE color: 1739696.

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

Color convert

RGB17613926-
CMYK00.210.850.31
HSL45.2º74.26%39.61%-
HSV(B)45.2º85.23%69.02%-
XYZ27.3227.774.9-
YUV137.1865.26155.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 26 (10.55% from 255) = 7.62%
R=51.61%
G=40.76%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761392600.210.850.3145.274.2639.61
HexB08B1A015551F2d4a28
Octal26021332025125375511250
Binary1011000010001011110100101011010101111111011011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B1A; }

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

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

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

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

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

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

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

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