#B75C75

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

Shades of Blush #B75C75

Tints of Blush #B75C75

Color information

#B75C75 (or 0xB75C75) is unknown color: approx Blush. HEX triplet: B7, 5C and 75. RGB value is (183,92,117). Sum of RGB (Red+Green+Blue) = 183+92+117=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C75 is #48A38A. Grayscale: #7A7A7A. Windows color (decimal): -4760459 or 7691447. OLE color: 7691447.

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

Color convert

RGB18392117-
CMYK00.500.360.28
HSL343.52º38.72%53.92%-
HSV(B)343.52º49.73%71.76%-
XYZ26.5719.0119.1-
YUV122.06125.15171.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=46.68%
G=23.47%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839211700.500.360.28343.5238.7253.92
HexB75C75032241C1582736
Octal26713416506244345304766
Binary1011011110111001110101011001010010011100101011000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C75; }

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

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

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

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

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

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

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

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