#B6801A

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

Shades of Dark Goldenrod #B6801A

Tints of Dark Goldenrod #B6801A

Color information

#B6801A (or 0xB6801A) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 80 and 1A. RGB value is (182,128,26). Sum of RGB (Red+Green+Blue) = 182+128+26=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B6801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6801A is #497FE5. Grayscale: #848484. Windows color (decimal): -4816870 or 1736886. OLE color: 1736886.

HSL color Cylindrical-coordinate representation of color #B6801A: hue angle of 39.23º 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 #B6801A is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18212826-
CMYK00.300.860.29
HSL39.23º75%40.78%-
HSV(B)39.23º85.71%71.37%-
XYZ27.225.464.46-
YUV132.5267.89163.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 26 (10.55% from 255) = 7.74%
R=54.17%
G=38.10%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821282600.300.860.2939.237540.78
HexB6801A01E561D274b29
Octal26620032036126354711351
Binary1011011010000000110100111101010110111011001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6801A; }

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

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

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

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

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

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

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

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