#B67816

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

Shades of Dark Goldenrod #B67816

Tints of Dark Goldenrod #B67816

Color information

#B67816 (or 0xB67816) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 78 and 16. RGB value is (182,120,22). Sum of RGB (Red+Green+Blue) = 182+120+22=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B67816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67816 is #4987E9. Grayscale: #7F7F7F. Windows color (decimal): -4818922 or 1472694. OLE color: 1472694.

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

Color convert

RGB18212022-
CMYK00.340.880.29
HSL36.75º78.43%40%-
HSV(B)36.75º87.91%71.37%-
XYZ26.1523.443.9-
YUV127.3768.54166.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=56.17%
G=37.04%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821202200.340.880.2936.7578.4340
HexB67816022581D254e28
Octal26617026042130354511650
Binary1011011011110001011001000101011000111011001011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67816; }

 p { color: rgb(182,120,22); }

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

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

 a { background-color: rgb(182,120,22); }

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

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

 span { border-color: rgb(182,120,22); }

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