#B3506D

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

Shades of Blush #B3506D

Tints of Blush #B3506D

Color information

#B3506D (or 0xB3506D) is unknown color: approx Blush. HEX triplet: B3, 50 and 6D. RGB value is (179,80,109). Sum of RGB (Red+Green+Blue) = 179+80+109=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3506D is #4CAF92. Grayscale: #707070. Windows color (decimal): -5025683 or 7164083. OLE color: 7164083.

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

Color convert

RGB17980109-
CMYK00.550.390.30
HSL342.42º39.44%50.78%-
HSV(B)342.42º55.31%70.2%-
XYZ24.2216.4316.36-
YUV112.91125.8175.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=48.64%
G=21.74%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798010900.550.390.30342.4239.4450.78
HexB3506D037271E1562733
Octal26312015506747365264763
Binary1011001110100001101101011011110011111110101010110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3506D; }

 p { color: rgb(179,80,109); }

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

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

 a { background-color: rgb(179,80,109); }

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

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

 span { border-color: rgb(179,80,109); }

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