#B15362

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

Shades of Blush #B15362

Tints of Blush #B15362

Color information

#B15362 (or 0xB15362) is unknown color: approx Blush. HEX triplet: B1, 53 and 62. RGB value is (177,83,98). Sum of RGB (Red+Green+Blue) = 177+83+98=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B15362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15362 is #4EAC9D. Grayscale: #707070. Windows color (decimal): -5155998 or 6443953. OLE color: 6443953.

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

Color convert

RGB1778398-
CMYK00.530.450.31
HSL350.43º37.6%50.98%-
HSV(B)350.43º53.11%69.41%-
XYZ23.4316.4213.49-
YUV112.82119.64173.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=49.44%
G=23.18%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177839800.530.450.31350.4337.650.98
HexB153620352D1F15e2633
Octal26112314206555375364663
Binary1011000110100111100010011010110110111111101011110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15362; }

 p { color: rgb(177,83,98); }

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

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

 a { background-color: rgb(177,83,98); }

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

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

 span { border-color: rgb(177,83,98); }

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