#b77f05

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

Shades of Dark Goldenrod #B77F05

Tints of Dark Goldenrod #B77F05

Color information

#B77F05 (or 0xB77F05) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7F and 05. RGB value is (183,127,5). Sum of RGB (Red+Green+Blue) = 183+127+5=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77F05 is #4880FA. Grayscale: #828282. Windows color (decimal): -4751611 or 360375. OLE color: 360375.

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

Color convert

RGB1831275-
CMYK00.310.970.28
HSL41.12º94.68%36.86%-
HSV(B)41.12º97.27%71.76%-
XYZ27.1525.263.59-
YUV129.8457.55165.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=58.10%
G=40.32%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183127500.310.970.2841.1294.6836.86
HexB77F501F611C295f25
Octal2671775037141345113745
Binary1011011111111111010111111100001111001010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77f05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77f05; }

 p { color: rgb(183,127,5); }

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

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

 a { background-color: rgb(183,127,5); }

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

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

 span { border-color: rgb(183,127,5); }

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