#B27E16

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

Shades of Dark Goldenrod #B27E16

Tints of Dark Goldenrod #B27E16

Color information

#B27E16 (or 0xB27E16) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7E and 16. RGB value is (178,126,22). Sum of RGB (Red+Green+Blue) = 178+126+22=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E16 is #4D81E9. Grayscale: #828282. Windows color (decimal): -5079530 or 1474226. OLE color: 1474226.

HSL color Cylindrical-coordinate representation of color #B27E16: hue angle of 40º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B27E16 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17812622-
CMYK00.290.880.30
HSL40º78%39.22%-
HSV(B)40º87.64%69.8%-
XYZ25.9724.444.11-
YUV129.6967.23162.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=54.60%
G=38.65%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781262200.290.880.30407839.22
HexB27E1601D581E284e27
Octal26217626035130365011647
Binary101100101111110101100111011011000111101010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E16; }

 p { color: rgb(178,126,22); }

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

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

 a { background-color: rgb(178,126,22); }

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

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

 span { border-color: rgb(178,126,22); }

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