#B77C19

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

Shades of Dark Goldenrod #B77C19

Tints of Dark Goldenrod #B77C19

Color information

#B77C19 (or 0xB77C19) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7C and 19. RGB value is (183,124,25). Sum of RGB (Red+Green+Blue) = 183+124+25=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77C19 is #4883E6. Grayscale: #828282. Windows color (decimal): -4752359 or 1670327. OLE color: 1670327.

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

Color convert

RGB18312425-
CMYK00.320.860.28
HSL37.59º75.96%40.78%-
HSV(B)37.59º86.34%71.76%-
XYZ26.9124.554.24-
YUV130.3568.55165.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.12%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 25 (10.16% from 255) = 7.53%
R=55.12%
G=37.35%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831242500.320.860.2837.5975.9640.78
HexB77C19020561C264c29
Octal26717431040126344611451
Binary1011011111111001100101000001010110111001001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C19; }

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

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

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

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

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

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

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

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