#B75E6D

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

Shades of Blush #B75E6D

Tints of Blush #B75E6D

Color information

#B75E6D (or 0xB75E6D) is unknown color: approx Blush. HEX triplet: B7, 5E and 6D. RGB value is (183,94,109). Sum of RGB (Red+Green+Blue) = 183+94+109=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E6D is #48A192. Grayscale: #7A7A7A. Windows color (decimal): -4759955 or 7167671. OLE color: 7167671.

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

Color convert

RGB18394109-
CMYK00.490.400.28
HSL349.89º38.2%54.31%-
HSV(B)349.89º48.63%71.76%-
XYZ26.2919.1816.78-
YUV122.32120.49171.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=47.41%
G=24.35%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839410900.490.400.28349.8938.254.31
HexB75E6D031281C15e2636
Octal26713615506150345364666
Binary1011011110111101101101011000110100011100101011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E6D; }

 p { color: rgb(183,94,109); }

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

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

 a { background-color: rgb(183,94,109); }

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

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

 span { border-color: rgb(183,94,109); }

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