#B3516A

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

Shades of Blush #B3516A

Tints of Blush #B3516A

Color information

#B3516A (or 0xB3516A) is unknown color: approx Blush. HEX triplet: B3, 51 and 6A. RGB value is (179,81,106). Sum of RGB (Red+Green+Blue) = 179+81+106=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3516A is #4CAE95. Grayscale: #717171. Windows color (decimal): -5025430 or 6967731. OLE color: 6967731.

HSL color Cylindrical-coordinate representation of color #B3516A: hue angle of 344.69º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3516A is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17981106-
CMYK00.550.410.30
HSL344.69º39.2%50.98%-
HSV(B)344.69º54.75%70.2%-
XYZ24.1316.5115.55-
YUV113.15123.97174.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=48.91%
G=22.13%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798110600.550.410.30344.6939.250.98
HexB3516A037291E1592733
Octal26312115206751365314763
Binary1011001110100011101010011011110100111110101011001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3516A; }

 p { color: rgb(179,81,106); }

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

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

 a { background-color: rgb(179,81,106); }

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

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

 span { border-color: rgb(179,81,106); }

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