#B67404

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

Shades of Dark Goldenrod #B67404

Tints of Dark Goldenrod #B67404

Color information

#B67404 (or 0xB67404) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 74 and 04. RGB value is (182,116,4). Sum of RGB (Red+Green+Blue) = 182+116+4=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B67404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67404 is #498BFB. Grayscale: #7B7B7B. Windows color (decimal): -4819964 or 292022. OLE color: 292022.

HSL color Cylindrical-coordinate representation of color #B67404: hue angle of 37.75º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B67404 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1821164-
CMYK00.360.980.29
HSL37.75º95.7%36.47%-
HSV(B)37.75º97.8%71.37%-
XYZ25.5622.443.1-
YUV122.9760.87170.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=60.26%
G=38.41%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182116400.360.980.2937.7595.736.47
HexB6744024621D266024
Octal2661644044142354614044
Binary10110110111010010001001001100010111011001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67404; }

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

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

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

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

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

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

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

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