#B77A0B

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

Shades of Dark Goldenrod #B77A0B

Tints of Dark Goldenrod #B77A0B

Color information

#B77A0B (or 0xB77A0B) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7A and 0B. RGB value is (183,122,11). Sum of RGB (Red+Green+Blue) = 183+122+11=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77A0B is #4885F4. Grayscale: #808080. Windows color (decimal): -4752885 or 752311. OLE color: 752311.

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

Color convert

RGB18312211-
CMYK00.330.940.28
HSL38.72º88.66%38.04%-
HSV(B)38.72º93.99%71.76%-
XYZ26.5524.013.55-
YUV127.5862.21167.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.91%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 11 (4.69% from 255) = 3.48%
R=57.91%
G=38.61%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831221100.330.940.2838.7288.6638.04
HexB77AB0215E1C275926
Octal26717213041136344713146
Binary101101111111010101101000011011110111001001111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A0B; }

 p { color: rgb(183,122,11); }

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

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

 a { background-color: rgb(183,122,11); }

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

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

 span { border-color: rgb(183,122,11); }

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