#B26164

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

Shades of Blush #B26164

Tints of Blush #B26164

Color information

#B26164 (or 0xB26164) is unknown color: approx Blush. HEX triplet: B2, 61 and 64. RGB value is (178,97,100). Sum of RGB (Red+Green+Blue) = 178+97+100=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B26164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26164 is #4D9E9B. Grayscale: #797979. Windows color (decimal): -5086876 or 6578610. OLE color: 6578610.

HSL color Cylindrical-coordinate representation of color #B26164: hue angle of 357.78º degrees, saturation: 0.34, 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 #B26164 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17897100-
CMYK00.460.440.30
HSL357.78º34.47%53.92%-
HSV(B)357.78º45.51%69.8%-
XYZ24.9418.9314.4-
YUV121.56115.84168.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=47.47%
G=25.87%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789710000.460.440.30357.7834.4753.92
HexB2616402E2C1E1662236
Octal26214114405654365464266
Binary1011001011000011100100010111010110011110101100110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26164; }

 p { color: rgb(178,97,100); }

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

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

 a { background-color: rgb(178,97,100); }

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

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

 span { border-color: rgb(178,97,100); }

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