#B75260

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

Shades of Blush #B75260

Tints of Blush #B75260

Color information

#B75260 (or 0xB75260) is unknown color: approx Blush. HEX triplet: B7, 52 and 60. RGB value is (183,82,96). Sum of RGB (Red+Green+Blue) = 183+82+96=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B75260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75260 is #48AD9F. Grayscale: #717171. Windows color (decimal): -4763040 or 6312631. OLE color: 6312631.

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

Color convert

RGB1838296-
CMYK00.550.480.28
HSL351.68º41.22%51.96%-
HSV(B)351.68º55.19%71.76%-
XYZ24.6616.9513.04-
YUV113.8117.96177.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=50.69%
G=22.71%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183829600.550.480.28351.6841.2251.96
HexB75260037301C1602934
Octal26712214006760345405164
Binary1011011110100101100000011011111000011100101100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75260; }

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

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

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

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

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

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

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

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