#B7525F

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

Shades of Blush #B7525F

Tints of Blush #B7525F

Color information

#B7525F (or 0xB7525F) is unknown color: approx Blush. HEX triplet: B7, 52 and 5F. RGB value is (183,82,95). Sum of RGB (Red+Green+Blue) = 183+82+95=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7525F is #48ADA0. Grayscale: #717171. Windows color (decimal): -4763041 or 6247095. OLE color: 6247095.

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

Color convert

RGB1838295-
CMYK00.550.480.28
HSL352.28º41.22%51.96%-
HSV(B)352.28º55.19%71.76%-
XYZ24.6116.9312.8-
YUV113.68117.46177.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=50.83%
G=22.78%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183829500.550.480.28352.2841.2251.96
HexB7525F037301C1602934
Octal26712213706760345405164
Binary1011011110100101011111011011111000011100101100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7525F; }

 p { color: rgb(183,82,95); }

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

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

 a { background-color: rgb(183,82,95); }

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

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

 span { border-color: rgb(183,82,95); }

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