#B75C6C

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

Shades of Blush #B75C6C

Tints of Blush #B75C6C

Color information

#B75C6C (or 0xB75C6C) is unknown color: approx Blush. HEX triplet: B7, 5C and 6C. RGB value is (183,92,108). Sum of RGB (Red+Green+Blue) = 183+92+108=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C6C is #48A393. Grayscale: #797979. Windows color (decimal): -4760468 or 7101623. OLE color: 7101623.

HSL color Cylindrical-coordinate representation of color #B75C6C: hue angle of 349.45º 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 #B75C6C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18392108-
CMYK00.500.410.28
HSL349.45º38.72%53.92%-
HSV(B)349.45º49.73%71.76%-
XYZ26.0618.816.44-
YUV121.03120.65172.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=47.78%
G=24.02%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839210800.500.410.28349.4538.7253.92
HexB75C6C032291C15d2736
Octal26713415406251345354766
Binary1011011110111001101100011001010100111100101011101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C6C; }

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

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

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

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

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

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

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

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