#B75463

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

Shades of Blush #B75463

Tints of Blush #B75463

Color information

#B75463 (or 0xB75463) is unknown color: approx Blush. HEX triplet: B7, 54 and 63. RGB value is (183,84,99). Sum of RGB (Red+Green+Blue) = 183+84+99=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B75463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75463 is #48AB9C. Grayscale: #737373. Windows color (decimal): -4762525 or 6509751. OLE color: 6509751.

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

Color convert

RGB1838499-
CMYK00.540.460.28
HSL350.91º40.74%52.35%-
HSV(B)350.91º54.1%71.76%-
XYZ24.9517.3113.83-
YUV115.31118.8176.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=50%
G=22.95%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183849900.540.460.28350.9140.7452.35
HexB754630362E1C15f2934
Octal26712414306656345375164
Binary1011011110101001100011011011010111011100101011111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75463; }

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

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

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

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

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

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

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

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