#B67414

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

Shades of Dark Goldenrod #B67414

Tints of Dark Goldenrod #B67414

Color information

#B67414 (or 0xB67414) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 74 and 14. RGB value is (182,116,20). Sum of RGB (Red+Green+Blue) = 182+116+20=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B67414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67414 is #498BEB. Grayscale: #7D7D7D. Windows color (decimal): -4819948 or 1340598. OLE color: 1340598.

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

Color convert

RGB18211620-
CMYK00.360.890.29
HSL35.56º80.2%39.61%-
HSV(B)35.56º89.01%71.37%-
XYZ25.6622.493.65-
YUV124.7968.87168.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 20 (8.20% from 255) = 6.29%
R=57.23%
G=36.48%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821162000.360.890.2935.5680.239.61
HexB67414024591D245028
Octal26616424044131354412050
Binary1011011011101001010001001001011001111011001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67414; }

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

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

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

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

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

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

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

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