#B76059

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

Shades of Sunglo #B76059

Tints of Sunglo #B76059

Color information

#B76059 (or 0xB76059) is unknown color: approx Sunglo. HEX triplet: B7, 60 and 59. RGB value is (183,96,89). Sum of RGB (Red+Green+Blue) = 183+96+89=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B76059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76059 is #489FA6. Grayscale: #797979. Windows color (decimal): -4759463 or 5857463. OLE color: 5857463.

HSL color Cylindrical-coordinate representation of color #B76059: hue angle of 4.47º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76059 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1839689-
CMYK00.480.510.28
HSL4.47º39.5%53.33%-
HSV(B)4.47º51.37%71.76%-
XYZ25.5119.1511.8-
YUV121.21109.82172.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=49.73%
G=26.09%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183968900.480.510.284.4739.553.33
HexB76059030331C42735
Octal267140131060633444765
Binary1011011111000001011001011000011001111100100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76059; }

 p { color: rgb(183,96,89); }

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

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

 a { background-color: rgb(183,96,89); }

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

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

 span { border-color: rgb(183,96,89); }

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