#B75865

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

Shades of Blush #B75865

Tints of Blush #B75865

Color information

#B75865 (or 0xB75865) is unknown color: approx Blush. HEX triplet: B7, 58 and 65. RGB value is (183,88,101). Sum of RGB (Red+Green+Blue) = 183+88+101=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B75865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75865 is #48A79A. Grayscale: #757575. Windows color (decimal): -4761499 or 6641847. OLE color: 6641847.

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

Color convert

RGB18388101-
CMYK00.520.450.28
HSL351.79º39.75%53.14%-
HSV(B)351.79º51.91%71.76%-
XYZ25.3717.9914.45-
YUV117.89118.47174.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=49.19%
G=23.66%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838810100.520.450.28351.7939.7553.14
HexB758650342D1C1602835
Octal26713014506455345405065
Binary1011011110110001100101011010010110111100101100000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75865; }

 p { color: rgb(183,88,101); }

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

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

 a { background-color: rgb(183,88,101); }

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

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

 span { border-color: rgb(183,88,101); }

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