#B15067

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

Shades of Blush #B15067

Tints of Blush #B15067

Color information

#B15067 (or 0xB15067) is unknown color: approx Blush. HEX triplet: B1, 50 and 67. RGB value is (177,80,103). Sum of RGB (Red+Green+Blue) = 177+80+103=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B15067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15067 is #4EAF98. Grayscale: #6F6F6F. Windows color (decimal): -5156761 or 6770865. OLE color: 6770865.

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

Color convert

RGB17780103-
CMYK00.550.420.31
HSL345.77º38.34%50.39%-
HSV(B)345.77º54.8%69.41%-
XYZ23.4516.0614.7-
YUV111.62123.14174.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=49.17%
G=22.22%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778010300.550.420.31345.7738.3450.39
HexB150670372A1F15a2632
Octal26112014706752375324662
Binary1011000110100001100111011011110101011111101011010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15067; }

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

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

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

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

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

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

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

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