#B76E00

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

Shades of Dark Goldenrod #B76E00

Tints of Dark Goldenrod #B76E00

Color information

#B76E00 (or 0xB76E00) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 6E and 00. RGB value is (183,110,0). Sum of RGB (Red+Green+Blue) = 183+110+0=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E00 is #4891FF. Grayscale: #777777. Windows color (decimal): -4755968 or 28343. OLE color: 28343.

HSL color Cylindrical-coordinate representation of color #B76E00: hue angle of 36.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B76E00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1831100-
CMYK00.4010.28
HSL36.07º100%35.88%-
HSV(B)36.07º100%71.76%-
XYZ25.121.222.77-
YUV119.2960.68173.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.46%
G=37.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183110000.4010.2836.0710035.88
HexB76E0028641C246424
Octal2671560050144344414444
Binary101101111101110001010001100100111001001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E00; }

 p { color: rgb(183,110,0); }

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

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

 a { background-color: rgb(183,110,0); }

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

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

 span { border-color: rgb(183,110,0); }

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