#B46073

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

Shades of Blush #B46073

Tints of Blush #B46073

Color information

#B46073 (or 0xB46073) is unknown color: approx Blush. HEX triplet: B4, 60 and 73. RGB value is (180,96,115). Sum of RGB (Red+Green+Blue) = 180+96+115=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B46073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46073 is #4B9F8C. Grayscale: #7B7B7B. Windows color (decimal): -4956045 or 7561396. OLE color: 7561396.

HSL color Cylindrical-coordinate representation of color #B46073: hue angle of 346.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46073 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18096115-
CMYK00.470.360.29
HSL346.43º35.9%54.12%-
HSV(B)346.43º46.67%70.59%-
XYZ26.119.3118.57-
YUV123.28123.33168.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=46.04%
G=24.55%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809611500.470.360.29346.4335.954.12
HexB4607302F241D15a2436
Octal26414016305744355324466
Binary1011010011000001110011010111110010011101101011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46073; }

 p { color: rgb(180,96,115); }

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

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

 a { background-color: rgb(180,96,115); }

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

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

 span { border-color: rgb(180,96,115); }

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