#B75C6B

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

Shades of Blush #B75C6B

Tints of Blush #B75C6B

Color information

#B75C6B (or 0xB75C6B) is unknown color: approx Blush. HEX triplet: B7, 5C and 6B. RGB value is (183,92,107). Sum of RGB (Red+Green+Blue) = 183+92+107=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C6B is #48A394. Grayscale: #787878. Windows color (decimal): -4760469 or 7036087. OLE color: 7036087.

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

Color convert

RGB18392107-
CMYK00.500.420.28
HSL350.11º38.72%53.92%-
HSV(B)350.11º49.73%71.76%-
XYZ26.0118.7816.16-
YUV120.92120.15172.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=47.91%
G=24.08%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839210700.500.420.28350.1138.7253.92
HexB75C6B0322A1C15e2736
Octal26713415306252345364766
Binary1011011110111001101011011001010101011100101011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C6B; }

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

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

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

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

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

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

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

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