#B6881A

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

Shades of Dark Goldenrod #B6881A

Tints of Dark Goldenrod #B6881A

Color information

#B6881A (or 0xB6881A) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 88 and 1A. RGB value is (182,136,26). Sum of RGB (Red+Green+Blue) = 182+136+26=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6881A is #4977E5. Grayscale: #898989. Windows color (decimal): -4814822 or 1738934. OLE color: 1738934.

HSL color Cylindrical-coordinate representation of color #B6881A: hue angle of 42.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6881A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18213626-
CMYK00.250.860.29
HSL42.31º75%40.78%-
HSV(B)42.31º85.71%71.37%-
XYZ28.2827.634.82-
YUV137.2165.24159.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 26 (10.55% from 255) = 7.56%
R=52.91%
G=39.53%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821362600.250.860.2942.317540.78
HexB6881A019561D2a4b29
Octal26621032031126355211351
Binary1011011010001000110100110011010110111011010101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6881A; }

 p { color: rgb(182,136,26); }

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

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

 a { background-color: rgb(182,136,26); }

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

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

 span { border-color: rgb(182,136,26); }

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