#B75C6F

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

Shades of Blush #B75C6F

Tints of Blush #B75C6F

Color information

#B75C6F (or 0xB75C6F) is unknown color: approx Blush. HEX triplet: B7, 5C and 6F. RGB value is (183,92,111). Sum of RGB (Red+Green+Blue) = 183+92+111=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C6F is #48A390. Grayscale: #797979. Windows color (decimal): -4760465 or 7298231. OLE color: 7298231.

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

Color convert

RGB18392111-
CMYK00.500.390.28
HSL347.47º38.72%53.92%-
HSV(B)347.47º49.73%71.76%-
XYZ26.2218.8717.3-
YUV121.38122.15171.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=47.41%
G=23.83%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839211100.500.390.28347.4738.7253.92
HexB75C6F032271C15b2736
Octal26713415706247345334766
Binary1011011110111001101111011001010011111100101011011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C6F; }

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

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

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

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

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

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

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

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