#B6525F

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

Shades of Blush #B6525F

Tints of Blush #B6525F

Color information

#B6525F (or 0xB6525F) is unknown color: approx Blush. HEX triplet: B6, 52 and 5F. RGB value is (182,82,95). Sum of RGB (Red+Green+Blue) = 182+82+95=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6525F is #49ADA0. Grayscale: #717171. Windows color (decimal): -4828577 or 6247094. OLE color: 6247094.

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

Color convert

RGB1828295-
CMYK00.550.480.29
HSL352.2º40.65%51.76%-
HSV(B)352.2º54.95%71.37%-
XYZ24.3716.8112.79-
YUV113.38117.63176.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=50.70%
G=22.84%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182829500.550.480.29352.240.6551.76
HexB6525F037301D1602934
Octal26612213706760355405164
Binary1011011010100101011111011011111000011101101100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6525F; }

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

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

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

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

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

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

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

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