#b7486a

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

Shades of Blush #B7486A

Tints of Blush #B7486A

Color information

#B7486A (or 0xB7486A) is unknown color: approx Blush. HEX triplet: B7, 48 and 6A. RGB value is (183,72,106). Sum of RGB (Red+Green+Blue) = 183+72+106=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7486A is #48B795. Grayscale: #6D6D6D. Windows color (decimal): -4765590 or 6965431. OLE color: 6965431.

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

Color convert

RGB18372106-
CMYK00.610.420.28
HSL341.62º43.53%50%-
HSV(B)341.62º60.66%71.76%-
XYZ24.4515.7415.39-
YUV109.06126.27180.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=50.69%
G=19.94%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837210600.610.420.28341.6243.5350
HexB7486A03D2A1C1562c32
Octal26711015207552345265462
Binary1011011110010001101010011110110101011100101010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7486a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7486a; }

 p { color: rgb(183,72,106); }

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

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

 a { background-color: rgb(183,72,106); }

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

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

 span { border-color: rgb(183,72,106); }

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