#B75961

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

Shades of Blush #B75961

Tints of Blush #B75961

Color information

#B75961 (or 0xB75961) is unknown color: approx Blush. HEX triplet: B7, 59 and 61. RGB value is (183,89,97). Sum of RGB (Red+Green+Blue) = 183+89+97=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B75961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75961 is #48A69E. Grayscale: #767676. Windows color (decimal): -4761247 or 6379959. OLE color: 6379959.

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

Color convert

RGB1838997-
CMYK00.510.470.28
HSL354.89º39.5%53.33%-
HSV(B)354.89º51.37%71.76%-
XYZ25.2618.0813.47-
YUV118.02116.14174.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=49.59%
G=24.12%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183899700.510.470.28354.8939.553.33
HexB759610332F1C1632735
Octal26713114106357345434765
Binary1011011110110011100001011001110111111100101100011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75961; }

 p { color: rgb(183,89,97); }

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

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

 a { background-color: rgb(183,89,97); }

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

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

 span { border-color: rgb(183,89,97); }

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