#B2565E

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

Shades of Blush #B2565E

Tints of Blush #B2565E

Color information

#B2565E (or 0xB2565E) is unknown color: approx Blush. HEX triplet: B2, 56 and 5E. RGB value is (178,86,94). Sum of RGB (Red+Green+Blue) = 178+86+94=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2565E is #4DA9A1. Grayscale: #727272. Windows color (decimal): -5089698 or 6182578. OLE color: 6182578.

HSL color Cylindrical-coordinate representation of color #B2565E: hue angle of 354.78º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2565E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1788694-
CMYK00.520.470.30
HSL354.78º37.4%51.76%-
HSV(B)354.78º51.69%69.8%-
XYZ23.7116.9312.61-
YUV114.42116.48173.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=49.72%
G=24.02%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178869400.520.470.30354.7837.451.76
HexB2565E0342F1E1632534
Octal26212613606457365434564
Binary1011001010101101011110011010010111111110101100011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2565E; }

 p { color: rgb(178,86,94); }

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

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

 a { background-color: rgb(178,86,94); }

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

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

 span { border-color: rgb(178,86,94); }

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