#B75A6A

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

Shades of Blush #B75A6A

Tints of Blush #B75A6A

Color information

#B75A6A (or 0xB75A6A) is unknown color: approx Blush. HEX triplet: B7, 5A and 6A. RGB value is (183,90,106). Sum of RGB (Red+Green+Blue) = 183+90+106=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A6A is #48A595. Grayscale: #777777. Windows color (decimal): -4760982 or 6970039. OLE color: 6970039.

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

Color convert

RGB18390106-
CMYK00.510.420.28
HSL349.68º39.24%53.53%-
HSV(B)349.68º50.82%71.76%-
XYZ25.7918.4215.83-
YUV119.63120.31173.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=48.28%
G=23.75%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839010600.510.420.28349.6839.2453.53
HexB75A6A0332A1C15e2736
Octal26713215206352345364766
Binary1011011110110101101010011001110101011100101011110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A6A; }

 p { color: rgb(183,90,106); }

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

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

 a { background-color: rgb(183,90,106); }

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

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

 span { border-color: rgb(183,90,106); }

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