#B77C10

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

Shades of Dark Goldenrod #B77C10

Tints of Dark Goldenrod #B77C10

Color information

#B77C10 (or 0xB77C10) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7C and 10. RGB value is (183,124,16). Sum of RGB (Red+Green+Blue) = 183+124+16=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C10 is #4883EF. Grayscale: #818181. Windows color (decimal): -4752368 or 1080503. OLE color: 1080503.

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

Color convert

RGB18312416-
CMYK00.320.910.28
HSL38.8º83.92%39.02%-
HSV(B)38.8º91.26%71.76%-
XYZ26.8324.523.81-
YUV129.3364.05166.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 16 (6.64% from 255) = 4.95%
R=56.66%
G=38.39%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831241600.320.910.2838.883.9239.02
HexB77C100205B1C275427
Octal26717420040133344712447
Binary1011011111111001000001000001011011111001001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C10; }

 p { color: rgb(183,124,16); }

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

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

 a { background-color: rgb(183,124,16); }

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

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

 span { border-color: rgb(183,124,16); }

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