#B6525E

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

Shades of Blush #B6525E

Tints of Blush #B6525E

Color information

#B6525E (or 0xB6525E) is unknown color: approx Blush. HEX triplet: B6, 52 and 5E. RGB value is (182,82,94). Sum of RGB (Red+Green+Blue) = 182+82+94=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6525E is #49ADA1. Grayscale: #717171. Windows color (decimal): -4828578 or 6181558. OLE color: 6181558.

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

Color convert

RGB1828294-
CMYK00.550.480.29
HSL352.8º40.65%51.76%-
HSV(B)352.8º54.95%71.37%-
XYZ24.3316.7912.55-
YUV113.27117.13177.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=50.84%
G=22.91%
B=26.26%

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
Decimal182829400.550.480.29352.840.6551.76
HexB6525E037301D1612934
Octal26612213606760355415164
Binary1011011010100101011110011011111000011101101100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6525E; }

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

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

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

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

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

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

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

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