#B75361

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

Shades of Blush #B75361

Tints of Blush #B75361

Color information

#B75361 (or 0xB75361) is unknown color: approx Blush. HEX triplet: B7, 53 and 61. RGB value is (183,83,97). Sum of RGB (Red+Green+Blue) = 183+83+97=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B75361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75361 is #48AC9E. Grayscale: #727272. Windows color (decimal): -4762783 or 6378423. OLE color: 6378423.

HSL color Cylindrical-coordinate representation of color #B75361: hue angle of 351.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75361 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1838397-
CMYK00.550.470.28
HSL351.6º40.98%52.16%-
HSV(B)351.6º54.64%71.76%-
XYZ24.7817.1213.31-
YUV114.5118.13176.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=50.41%
G=22.87%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183839700.550.470.28351.640.9852.16
HexB753610372F1C1602934
Octal26712314106757345405164
Binary1011011110100111100001011011110111111100101100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75361; }

 p { color: rgb(183,83,97); }

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

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

 a { background-color: rgb(183,83,97); }

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

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

 span { border-color: rgb(183,83,97); }

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