#B1506D

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

Shades of Blush #B1506D

Tints of Blush #B1506D

Color information

#B1506D (or 0xB1506D) is unknown color: approx Blush. HEX triplet: B1, 50 and 6D. RGB value is (177,80,109). Sum of RGB (Red+Green+Blue) = 177+80+109=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1506D is #4EAF92. Grayscale: #707070. Windows color (decimal): -5156755 or 7164081. OLE color: 7164081.

HSL color Cylindrical-coordinate representation of color #B1506D: hue angle of 342.06º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1506D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17780109-
CMYK00.550.380.31
HSL342.06º38.34%50.39%-
HSV(B)342.06º54.8%69.41%-
XYZ23.7616.1916.34-
YUV112.31126.14174.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=48.36%
G=21.86%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778010900.550.380.31342.0638.3450.39
HexB1506D037261F1562632
Octal26112015506746375264662
Binary1011000110100001101101011011110011011111101010110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1506D; }

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

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

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

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

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

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

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

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