#B75663

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

Shades of Blush #B75663

Tints of Blush #B75663

Color information

#B75663 (or 0xB75663) is unknown color: approx Blush. HEX triplet: B7, 56 and 63. RGB value is (183,86,99). Sum of RGB (Red+Green+Blue) = 183+86+99=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B75663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75663 is #48A99C. Grayscale: #747474. Windows color (decimal): -4762013 or 6510263. OLE color: 6510263.

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

Color convert

RGB1838699-
CMYK00.530.460.28
HSL351.96º40.25%52.75%-
HSV(B)351.96º53.01%71.76%-
XYZ25.1117.6213.88-
YUV116.48118.14175.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=49.73%
G=23.37%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183869900.530.460.28351.9640.2552.75
HexB756630352E1C1602835
Octal26712614306556345405065
Binary1011011110101101100011011010110111011100101100000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75663; }

 p { color: rgb(183,86,99); }

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

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

 a { background-color: rgb(183,86,99); }

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

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

 span { border-color: rgb(183,86,99); }

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