#B0821A

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

Shades of Dark Goldenrod #B0821A

Tints of Dark Goldenrod #B0821A

Color information

#B0821A (or 0xB0821A) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 82 and 1A. RGB value is (176,130,26). Sum of RGB (Red+Green+Blue) = 176+130+26=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0821A is #4F7DE5. Grayscale: #848484. Windows color (decimal): -5209574 or 1737392. OLE color: 1737392.

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

Color convert

RGB17613026-
CMYK00.260.850.31
HSL41.6º74.26%39.61%-
HSV(B)41.6º85.23%69.02%-
XYZ26.0725.274.48-
YUV131.968.24159.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=53.01%
G=39.16%
B=7.83%

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
Decimal1761302600.260.850.3141.674.2639.61
HexB0821A01A551F2a4a28
Octal26020232032125375211250
Binary1011000010000010110100110101010101111111010101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0821A; }

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

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

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

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

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

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

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

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