#B2566E

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

Shades of Blush #B2566E

Tints of Blush #B2566E

Color information

#B2566E (or 0xB2566E) is unknown color: approx Blush. HEX triplet: B2, 56 and 6E. RGB value is (178,86,110). Sum of RGB (Red+Green+Blue) = 178+86+110=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2566E is #4DA991. Grayscale: #747474. Windows color (decimal): -5089682 or 7231154. OLE color: 7231154.

HSL color Cylindrical-coordinate representation of color #B2566E: hue angle of 344.35º 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 #B2566E is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17886110-
CMYK00.520.380.30
HSL344.35º37.4%51.76%-
HSV(B)344.35º51.69%69.8%-
XYZ24.517.2516.79-
YUV116.24124.48172.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=47.59%
G=22.99%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788611000.520.380.30344.3537.451.76
HexB2566E034261E1582534
Octal26212615606446365304564
Binary1011001010101101101110011010010011011110101011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2566E; }

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

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

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

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

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

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

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

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