#B8575C

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

Shades of Blush #B8575C

Tints of Blush #B8575C

Color information

#B8575C (or 0xB8575C) is unknown color: approx Blush. HEX triplet: B8, 57 and 5C. RGB value is (184,87,92). Sum of RGB (Red+Green+Blue) = 184+87+92=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8575C is #47A8A3. Grayscale: #747474. Windows color (decimal): -4696228 or 6051768. OLE color: 6051768.

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

Color convert

RGB1848792-
CMYK00.530.500.28
HSL356.91º40.59%53.14%-
HSV(B)356.91º52.72%72.16%-
XYZ25.1117.7812.23-
YUV116.57114.14176.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=50.69%
G=23.97%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184879200.530.500.28356.9140.5953.14
HexB8575C035321C1652935
Octal27012713406562345455165
Binary1011100010101111011100011010111001011100101100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8575C; }

 p { color: rgb(184,87,92); }

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

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

 a { background-color: rgb(184,87,92); }

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

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

 span { border-color: rgb(184,87,92); }

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