#B7516F

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

Shades of Blush #B7516F

Tints of Blush #B7516F

Color information

#B7516F (or 0xB7516F) is unknown color: approx Blush. HEX triplet: B7, 51 and 6F. RGB value is (183,81,111). Sum of RGB (Red+Green+Blue) = 183+81+111=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7516F is #48AE90. Grayscale: #727272. Windows color (decimal): -4763281 or 7295415. OLE color: 7295415.

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

Color convert

RGB18381111-
CMYK00.560.390.28
HSL342.35º41.46%51.76%-
HSV(B)342.35º55.74%71.76%-
XYZ25.3417.117-
YUV114.92125.79176.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=48.8%
G=21.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838111100.560.390.28342.3541.4651.76
HexB7516F038271C1562934
Octal26712115707047345265164
Binary1011011110100011101111011100010011111100101010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7516F; }

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

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

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

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

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

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

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

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