#B77D0A

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

Shades of Dark Goldenrod #B77D0A

Tints of Dark Goldenrod #B77D0A

Color information

#B77D0A (or 0xB77D0A) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7D and 0A. RGB value is (183,125,10). Sum of RGB (Red+Green+Blue) = 183+125+10=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77D0A is #4882F5. Grayscale: #818181. Windows color (decimal): -4752118 or 687543. OLE color: 687543.

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

Color convert

RGB18312510-
CMYK00.320.950.28
HSL39.88º89.64%37.84%-
HSV(B)39.88º94.54%71.76%-
XYZ26.9224.763.65-
YUV129.2360.72166.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 125 (49.22% from 255) = 39.31%
BLUE value IS 10 (4.30% from 255) = 3.14%
R=57.55%
G=39.31%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831251000.320.950.2839.8889.6437.84
HexB77DA0205F1C285a26
Octal26717512040137345013246
Binary101101111111101101001000001011111111001010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D0A; }

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

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

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

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

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

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

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

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