#B15069

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

Shades of Blush #B15069

Tints of Blush #B15069

Color information

#B15069 (or 0xB15069) is unknown color: approx Blush. HEX triplet: B1, 50 and 69. RGB value is (177,80,105). Sum of RGB (Red+Green+Blue) = 177+80+105=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B15069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15069 is #4EAF96. Grayscale: #6F6F6F. Windows color (decimal): -5156759 or 6901937. OLE color: 6901937.

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

Color convert

RGB17780105-
CMYK00.550.410.31
HSL344.54º38.34%50.39%-
HSV(B)344.54º54.8%69.41%-
XYZ23.5516.115.23-
YUV111.85124.14174.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=48.90%
G=22.10%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778010500.550.410.31344.5438.3450.39
HexB15069037291F1592632
Octal26112015106751375314662
Binary1011000110100001101001011011110100111111101011001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15069; }

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

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

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

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

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

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

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

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