#B2606A

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

Shades of Blush #B2606A

Tints of Blush #B2606A

Color information

#B2606A (or 0xB2606A) is unknown color: approx Blush. HEX triplet: B2, 60 and 6A. RGB value is (178,96,106). Sum of RGB (Red+Green+Blue) = 178+96+106=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2606A is #4D9F95. Grayscale: #797979. Windows color (decimal): -5087126 or 6971570. OLE color: 6971570.

HSL color Cylindrical-coordinate representation of color #B2606A: hue angle of 352.68º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2606A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17896106-
CMYK00.460.400.30
HSL352.68º34.75%53.73%-
HSV(B)352.68º46.07%69.8%-
XYZ25.1418.8715.95-
YUV121.66119.17168.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=46.84%
G=25.26%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789610600.460.400.30352.6834.7553.73
HexB2606A02E281E1612336
Octal26214015205650365414366
Binary1011001011000001101010010111010100011110101100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2606A; }

 p { color: rgb(178,96,106); }

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

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

 a { background-color: rgb(178,96,106); }

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

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

 span { border-color: rgb(178,96,106); }

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