#B77C04

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

Shades of Dark Goldenrod #B77C04

Tints of Dark Goldenrod #B77C04

Color information

#B77C04 (or 0xB77C04) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7C and 04. RGB value is (183,124,4). Sum of RGB (Red+Green+Blue) = 183+124+4=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C04 is #4883FB. Grayscale: #808080. Windows color (decimal): -4752380 or 294071. OLE color: 294071.

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

Color convert

RGB1831244-
CMYK00.320.980.28
HSL40.22º95.72%36.67%-
HSV(B)40.22º97.81%71.76%-
XYZ26.7624.493.43-
YUV127.9658.05167.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=58.84%
G=39.87%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183124400.320.980.2840.2295.7236.67
HexB77C4020621C286025
Octal2671744040142345014045
Binary10110111111110010001000001100010111001010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C04; }

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

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

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

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

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

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

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

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