#B46075

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

Shades of Blush #B46075

Tints of Blush #B46075

Color information

#B46075 (or 0xB46075) is unknown color: approx Blush. HEX triplet: B4, 60 and 75. RGB value is (180,96,117). Sum of RGB (Red+Green+Blue) = 180+96+117=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46075 is #4B9F8A. Grayscale: #7B7B7B. Windows color (decimal): -4956043 or 7692468. OLE color: 7692468.

HSL color Cylindrical-coordinate representation of color #B46075: hue angle of 345º 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 #B46075 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18096117-
CMYK00.470.350.29
HSL345º35.9%54.12%-
HSV(B)345º46.67%70.59%-
XYZ26.2219.3519.18-
YUV123.51124.33168.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=45.80%
G=24.43%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809611700.470.350.2934535.954.12
HexB4607502F231D1592436
Octal26414016505743355314466
Binary1011010011000001110101010111110001111101101011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46075; }

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

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

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

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

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

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

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

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