#B75F6F

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

Shades of Blush #B75F6F

Tints of Blush #B75F6F

Color information

#B75F6F (or 0xB75F6F) is unknown color: approx Blush. HEX triplet: B7, 5F and 6F. RGB value is (183,95,111). Sum of RGB (Red+Green+Blue) = 183+95+111=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F6F is #48A090. Grayscale: #7B7B7B. Windows color (decimal): -4759697 or 7298999. OLE color: 7298999.

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

Color convert

RGB18395111-
CMYK00.480.390.28
HSL349.09º37.93%54.51%-
HSV(B)349.09º48.09%71.76%-
XYZ26.4919.417.39-
YUV123.14121.15170.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=47.04%
G=24.42%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839511100.480.390.28349.0937.9354.51
HexB75F6F030271C15d2637
Octal26713715706047345354667
Binary1011011110111111101111011000010011111100101011101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F6F; }

 p { color: rgb(183,95,111); }

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

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

 a { background-color: rgb(183,95,111); }

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

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

 span { border-color: rgb(183,95,111); }

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