#B76B04

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

Shades of Dark Goldenrod #B76B04

Tints of Dark Goldenrod #B76B04

Color information

#B76B04 (or 0xB76B04) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 6B and 04. RGB value is (183,107,4). Sum of RGB (Red+Green+Blue) = 183+107+4=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B04 is #4894FB. Grayscale: #767676. Windows color (decimal): -4756732 or 289719. OLE color: 289719.

HSL color Cylindrical-coordinate representation of color #B76B04: hue angle of 34.53º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B76B04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1831074-
CMYK00.420.980.28
HSL34.53º95.72%36.67%-
HSV(B)34.53º97.81%71.76%-
XYZ24.8120.592.78-
YUV117.9863.68174.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.24%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=62.24%
G=36.39%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183107400.420.980.2834.5395.7236.67
HexB76B402A621C236025
Octal2671534052142344314045
Binary10110111110101110001010101100010111001000111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B04; }

 p { color: rgb(183,107,4); }

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

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

 a { background-color: rgb(183,107,4); }

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

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

 span { border-color: rgb(183,107,4); }

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