#B7516B

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

Shades of Blush #B7516B

Tints of Blush #B7516B

Color information

#B7516B (or 0xB7516B) is unknown color: approx Blush. HEX triplet: B7, 51 and 6B. RGB value is (183,81,107). Sum of RGB (Red+Green+Blue) = 183+81+107=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7516B is #48AE94. Grayscale: #727272. Windows color (decimal): -4763285 or 7033271. OLE color: 7033271.

HSL color Cylindrical-coordinate representation of color #B7516B: hue angle of 344.71º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7516B is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18381107-
CMYK00.560.420.28
HSL344.71º41.46%51.76%-
HSV(B)344.71º55.74%71.76%-
XYZ25.1217.0115.87-
YUV114.46123.79176.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=49.33%
G=21.83%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838110700.560.420.28344.7141.4651.76
HexB7516B0382A1C1592934
Octal26712115307052345315164
Binary1011011110100011101011011100010101011100101011001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7516B; }

 p { color: rgb(183,81,107); }

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

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

 a { background-color: rgb(183,81,107); }

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

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

 span { border-color: rgb(183,81,107); }

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