#B67914

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

Shades of Dark Goldenrod #B67914

Tints of Dark Goldenrod #B67914

Color information

#B67914 (or 0xB67914) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 79 and 14. RGB value is (182,121,20). Sum of RGB (Red+Green+Blue) = 182+121+20=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B67914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67914 is #4986EB. Grayscale: #808080. Windows color (decimal): -4818668 or 1341878. OLE color: 1341878.

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

Color convert

RGB18212120-
CMYK00.340.890.29
HSL37.41º80.2%39.61%-
HSV(B)37.41º89.01%71.37%-
XYZ26.2623.673.85-
YUV127.7267.21166.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=56.35%
G=37.46%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821212000.340.890.2937.4180.239.61
HexB67914022591D255028
Octal26617124042131354512050
Binary1011011011110011010001000101011001111011001011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67914; }

 p { color: rgb(182,121,20); }

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

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

 a { background-color: rgb(182,121,20); }

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

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

 span { border-color: rgb(182,121,20); }

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