#B0831A

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

Shades of Dark Goldenrod #B0831A

Tints of Dark Goldenrod #B0831A

Color information

#B0831A (or 0xB0831A) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 83 and 1A. RGB value is (176,131,26). Sum of RGB (Red+Green+Blue) = 176+131+26=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0831A is #4F7CE5. Grayscale: #848484. Windows color (decimal): -5209318 or 1737648. OLE color: 1737648.

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

Color convert

RGB17613126-
CMYK00.260.850.31
HSL42º74.26%39.61%-
HSV(B)42º85.23%69.02%-
XYZ26.2125.544.53-
YUV132.4867.91159.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 26 (10.55% from 255) = 7.81%
R=52.85%
G=39.34%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761312600.260.850.314274.2639.61
HexB0831A01A551F2a4a28
Octal26020332032125375211250
Binary1011000010000011110100110101010101111111010101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0831A; }

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

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

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

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

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

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

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

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