#B77702

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

Shades of Dark Goldenrod #B77702

Tints of Dark Goldenrod #B77702

Color information

#B77702 (or 0xB77702) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 77 and 02. RGB value is (183,119,2). Sum of RGB (Red+Green+Blue) = 183+119+2=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B77702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77702 is #4888FD. Grayscale: #7D7D7D. Windows color (decimal): -4753662 or 161719. OLE color: 161719.

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

Color convert

RGB1831192-
CMYK00.350.990.28
HSL38.78º97.84%36.27%-
HSV(B)38.78º98.91%71.76%-
XYZ26.1423.273.17-
YUV124.858.7169.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=60.20%
G=39.14%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183119200.350.990.2838.7897.8436.27
HexB7772023631C276224
Octal2671672043143344714244
Binary1011011111101111001000111100011111001001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77702; }

 p { color: rgb(183,119,2); }

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

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

 a { background-color: rgb(183,119,2); }

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

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

 span { border-color: rgb(183,119,2); }

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