#B75E56

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

Shades of Sunglo #B75E56

Tints of Sunglo #B75E56

Color information

#B75E56 (or 0xB75E56) is unknown color: approx Sunglo. HEX triplet: B7, 5E and 56. RGB value is (183,94,86). Sum of RGB (Red+Green+Blue) = 183+94+86=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E56 is #48A1A9. Grayscale: #777777. Windows color (decimal): -4759978 or 5660343. OLE color: 5660343.

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

Color convert

RGB1839486-
CMYK00.490.530.28
HSL4.95º40.25%52.75%-
HSV(B)4.95º53.01%71.76%-
XYZ25.2118.7411.09-
YUV119.7108.99173.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=50.41%
G=25.90%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183948600.490.530.284.9540.2552.75
HexB75E56031351C52835
Octal267136126061653455065
Binary1011011110111101010110011000111010111100101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E56; }

 p { color: rgb(183,94,86); }

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

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

 a { background-color: rgb(183,94,86); }

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

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

 span { border-color: rgb(183,94,86); }

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