#B75762

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

Shades of Blush #B75762

Tints of Blush #B75762

Color information

#B75762 (or 0xB75762) is unknown color: approx Blush. HEX triplet: B7, 57 and 62. RGB value is (183,87,98). Sum of RGB (Red+Green+Blue) = 183+87+98=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B75762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75762 is #48A89D. Grayscale: #757575. Windows color (decimal): -4761758 or 6444983. OLE color: 6444983.

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

Color convert

RGB1838798-
CMYK00.520.460.28
HSL353.12º40%52.94%-
HSV(B)353.12º52.46%71.76%-
XYZ25.1417.7713.66-
YUV116.96117.3175.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 98 (38.67% from 255) = 26.63%
R=49.73%
G=23.64%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183879800.520.460.28353.124052.94
HexB757620342E1C1612835
Octal26712714206456345415065
Binary1011011110101111100010011010010111011100101100001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75762; }

 p { color: rgb(183,87,98); }

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

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

 a { background-color: rgb(183,87,98); }

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

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

 span { border-color: rgb(183,87,98); }

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