#B0810D

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

Shades of Dark Goldenrod #B0810D

Tints of Dark Goldenrod #B0810D

Color information

#B0810D (or 0xB0810D) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 81 and 0D. RGB value is (176,129,13). Sum of RGB (Red+Green+Blue) = 176+129+13=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0810D is #4F7EF2. Grayscale: #828282. Windows color (decimal): -5209843 or 885168. OLE color: 885168.

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

Color convert

RGB17612913-
CMYK00.270.930.31
HSL42.7º86.24%37.06%-
HSV(B)42.7º92.61%69.02%-
XYZ25.8324.963.84-
YUV129.8362.07160.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 13 (5.47% from 255) = 4.09%
R=55.35%
G=40.57%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761291300.270.930.3142.786.2437.06
HexB081D01B5D1F2b5625
Octal26020115033135375312645
Binary101100001000000111010110111011101111111010111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0810D; }

 p { color: rgb(176,129,13); }

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

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

 a { background-color: rgb(176,129,13); }

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

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

 span { border-color: rgb(176,129,13); }

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