#B75761

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

Shades of Blush #B75761

Tints of Blush #B75761

Color information

#B75761 (or 0xB75761) is unknown color: approx Blush. HEX triplet: B7, 57 and 61. RGB value is (183,87,97). Sum of RGB (Red+Green+Blue) = 183+87+97=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B75761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75761 is #48A89E. Grayscale: #747474. Windows color (decimal): -4761759 or 6379447. OLE color: 6379447.

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

Color convert

RGB1838797-
CMYK00.520.470.28
HSL353.75º40%52.94%-
HSV(B)353.75º52.46%71.76%-
XYZ25.0917.7513.41-
YUV116.84116.8175.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=49.86%
G=23.71%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183879700.520.470.28353.754052.94
HexB757610342F1C1622835
Octal26712714106457345425065
Binary1011011110101111100001011010010111111100101100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75761; }

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

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

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

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

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

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

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

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