#B75264

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

Shades of Blush #B75264

Tints of Blush #B75264

Color information

#B75264 (or 0xB75264) is unknown color: approx Blush. HEX triplet: B7, 52 and 64. RGB value is (183,82,100). Sum of RGB (Red+Green+Blue) = 183+82+100=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B75264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75264 is #48AD9B. Grayscale: #727272. Windows color (decimal): -4763036 or 6574775. OLE color: 6574775.

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

Color convert

RGB18382100-
CMYK00.550.450.28
HSL349.31º41.22%51.96%-
HSV(B)349.31º55.19%71.76%-
XYZ24.8517.0214.03-
YUV114.25119.96177.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=50.14%
G=22.47%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838210000.550.450.28349.3141.2251.96
HexB752640372D1C15d2934
Octal26712214406755345355164
Binary1011011110100101100100011011110110111100101011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75264; }

 p { color: rgb(183,82,100); }

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

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

 a { background-color: rgb(183,82,100); }

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

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

 span { border-color: rgb(183,82,100); }

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