#B75562

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

Shades of Blush #B75562

Tints of Blush #B75562

Color information

#B75562 (or 0xB75562) is unknown color: approx Blush. HEX triplet: B7, 55 and 62. RGB value is (183,85,98). Sum of RGB (Red+Green+Blue) = 183+85+98=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B75562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75562 is #48AA9D. Grayscale: #737373. Windows color (decimal): -4762270 or 6444471. OLE color: 6444471.

HSL color Cylindrical-coordinate representation of color #B75562: hue angle of 352.04º 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 #B75562 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB1838598-
CMYK00.540.460.28
HSL352.04º40.5%52.55%-
HSV(B)352.04º53.55%71.76%-
XYZ24.9817.4513.61-
YUV115.78117.97175.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=50%
G=23.22%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183859800.540.460.28352.0440.552.55
HexB755620362E1C1602835
Octal26712514206656345405065
Binary1011011110101011100010011011010111011100101100000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75562; }

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

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

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

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

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

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

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

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