#B77100

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

Shades of Dark Goldenrod #B77100

Tints of Dark Goldenrod #B77100

Color information

#B77100 (or 0xB77100) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 71 and 00. RGB value is (183,113,0). Sum of RGB (Red+Green+Blue) = 183+113+0=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B77100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77100 is #488EFF. Grayscale: #797979. Windows color (decimal): -4755200 or 29111. OLE color: 29111.

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

Color convert

RGB1831130-
CMYK00.3810.28
HSL37.05º100%35.88%-
HSV(B)37.05º100%71.76%-
XYZ25.4321.882.88-
YUV121.0559.69172.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.82%
G=38.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183113000.3810.2837.0510035.88
HexB7710026641C256424
Octal2671610046144344514444
Binary101101111110001001001101100100111001001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77100; }

 p { color: rgb(183,113,0); }

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

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

 a { background-color: rgb(183,113,0); }

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

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

 span { border-color: rgb(183,113,0); }

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