#B75063

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

Shades of Blush #B75063

Tints of Blush #B75063

Color information

#B75063 (or 0xB75063) is unknown color: approx Blush. HEX triplet: B7, 50 and 63. RGB value is (183,80,99). Sum of RGB (Red+Green+Blue) = 183+80+99=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B75063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75063 is #48AF9C. Grayscale: #707070. Windows color (decimal): -4763549 or 6508727. OLE color: 6508727.

HSL color Cylindrical-coordinate representation of color #B75063: hue angle of 348.93º degrees, saturation: 0.42, 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 #B75063 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB1838099-
CMYK00.560.460.28
HSL348.93º41.7%51.57%-
HSV(B)348.93º56.28%71.76%-
XYZ24.6516.7113.73-
YUV112.96120.12177.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=50.55%
G=22.10%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183809900.560.460.28348.9341.751.57
HexB750630382E1C15d2a34
Octal26712014307056345355264
Binary1011011110100001100011011100010111011100101011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75063; }

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

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

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

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

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

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

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

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