#B26168

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

Shades of Blush #B26168

Tints of Blush #B26168

Color information

#B26168 (or 0xB26168) is unknown color: approx Blush. HEX triplet: B2, 61 and 68. RGB value is (178,97,104). Sum of RGB (Red+Green+Blue) = 178+97+104=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26168 is #4D9E97. Grayscale: #7A7A7A. Windows color (decimal): -5086872 or 6840754. OLE color: 6840754.

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

Color convert

RGB17897104-
CMYK00.460.420.30
HSL354.81º34.47%53.92%-
HSV(B)354.81º45.51%69.8%-
XYZ25.1319.0115.44-
YUV122.02117.84167.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=46.97%
G=25.59%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789710400.460.420.30354.8134.4753.92
HexB2616802E2A1E1632236
Octal26214115005652365434266
Binary1011001011000011101000010111010101011110101100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26168; }

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

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

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

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

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

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

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

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