#b75e61

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

Shades of Blush #B75E61

Tints of Blush #B75E61

Color information

#B75E61 (or 0xB75E61) is unknown color: approx Blush. HEX triplet: B7, 5E and 61. RGB value is (183,94,97). Sum of RGB (Red+Green+Blue) = 183+94+97=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E61 is #48A19E. Grayscale: #797979. Windows color (decimal): -4759967 or 6381239. OLE color: 6381239.

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

Color convert

RGB1839497-
CMYK00.490.470.28
HSL357.98º38.2%54.31%-
HSV(B)357.98º48.63%71.76%-
XYZ25.6918.9413.61-
YUV120.95114.49172.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=48.93%
G=25.13%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183949700.490.470.28357.9838.254.31
HexB75E610312F1C1662636
Octal26713614106157345464666
Binary1011011110111101100001011000110111111100101100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75e61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75e61; }

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

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

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

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

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

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

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

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