#B1506C

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

Shades of Blush #B1506C

Tints of Blush #B1506C

Color information

#B1506C (or 0xB1506C) is unknown color: approx Blush. HEX triplet: B1, 50 and 6C. RGB value is (177,80,108). Sum of RGB (Red+Green+Blue) = 177+80+108=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1506C is #4EAF93. Grayscale: #707070. Windows color (decimal): -5156756 or 7098545. OLE color: 7098545.

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

Color convert

RGB17780108-
CMYK00.550.390.31
HSL342.68º38.34%50.39%-
HSV(B)342.68º54.8%69.41%-
XYZ23.7116.1716.06-
YUV112.19125.64174.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=48.49%
G=21.92%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778010800.550.390.31342.6838.3450.39
HexB1506C037271F1572632
Octal26112015406747375274662
Binary1011000110100001101100011011110011111111101010111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1506C; }

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

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

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

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

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

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

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

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