#B75166

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

Shades of Blush #B75166

Tints of Blush #B75166

Color information

#B75166 (or 0xB75166) is unknown color: approx Blush. HEX triplet: B7, 51 and 66. RGB value is (183,81,102). Sum of RGB (Red+Green+Blue) = 183+81+102=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B75166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75166 is #48AE99. Grayscale: #717171. Windows color (decimal): -4763290 or 6705591. OLE color: 6705591.

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

Color convert

RGB18381102-
CMYK00.560.440.28
HSL347.65º41.46%51.76%-
HSV(B)347.65º55.74%71.76%-
XYZ24.8716.9114.52-
YUV113.89121.29177.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=50%
G=22.13%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838110200.560.440.28347.6541.4651.76
HexB751660382C1C15c2934
Octal26712114607054345345164
Binary1011011110100011100110011100010110011100101011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75166; }

 p { color: rgb(183,81,102); }

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

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

 a { background-color: rgb(183,81,102); }

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

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

 span { border-color: rgb(183,81,102); }

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