#B75864

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

Shades of Blush #B75864

Tints of Blush #B75864

Color information

#B75864 (or 0xB75864) is unknown color: approx Blush. HEX triplet: B7, 58 and 64. RGB value is (183,88,100). Sum of RGB (Red+Green+Blue) = 183+88+100=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B75864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75864 is #48A79B. Grayscale: #757575. Windows color (decimal): -4761500 or 6576311. OLE color: 6576311.

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

Color convert

RGB18388100-
CMYK00.520.450.28
HSL352.42º39.75%53.14%-
HSV(B)352.42º51.91%71.76%-
XYZ25.3217.9714.19-
YUV117.77117.97174.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=49.33%
G=23.72%
B=26.95%

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
Decimal1838810000.520.450.28352.4239.7553.14
HexB758640342D1C1602835
Octal26713014406455345405065
Binary1011011110110001100100011010010110111100101100000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75864; }

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

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

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

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

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

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

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

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