#B77D16

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

Shades of Dark Goldenrod #B77D16

Tints of Dark Goldenrod #B77D16

Color information

#B77D16 (or 0xB77D16) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7D and 16. RGB value is (183,125,22). Sum of RGB (Red+Green+Blue) = 183+125+22=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77D16 is #4882E9. Grayscale: #838383. Windows color (decimal): -4752106 or 1473975. OLE color: 1473975.

HSL color Cylindrical-coordinate representation of color #B77D16: hue angle of 38.39º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B77D16 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18312522-
CMYK00.320.880.28
HSL38.39º78.54%40.2%-
HSV(B)38.39º87.98%71.76%-
XYZ27.0124.794.12-
YUV130.666.72165.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 22 (8.98% from 255) = 6.67%
R=55.45%
G=37.88%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831252200.320.880.2838.3978.5440.2
HexB77D16020581C264f28
Octal26717526040130344611750
Binary1011011111111011011001000001011000111001001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D16; }

 p { color: rgb(183,125,22); }

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

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

 a { background-color: rgb(183,125,22); }

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

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

 span { border-color: rgb(183,125,22); }

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