#B76055

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

Shades of Sunglo #B76055

Tints of Sunglo #B76055

Color information

#B76055 (or 0xB76055) is unknown color: approx Sunglo. HEX triplet: B7, 60 and 55. RGB value is (183,96,85). Sum of RGB (Red+Green+Blue) = 183+96+85=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B76055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76055 is #489FAA. Grayscale: #787878. Windows color (decimal): -4759467 or 5595319. OLE color: 5595319.

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

Color convert

RGB1839685-
CMYK00.480.540.28
HSL6.73º40.5%52.55%-
HSV(B)6.73º53.55%71.76%-
XYZ25.3519.0910.94-
YUV120.76107.82172.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=50.27%
G=26.37%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183968500.480.540.286.7340.552.55
HexB76055030361C72835
Octal267140125060663475065
Binary1011011111000001010101011000011011011100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76055; }

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

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

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

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

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

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

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

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