#B46067

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

Shades of Blush #B46067

Tints of Blush #B46067

Color information

#B46067 (or 0xB46067) is unknown color: approx Blush. HEX triplet: B4, 60 and 67. RGB value is (180,96,103). Sum of RGB (Red+Green+Blue) = 180+96+103=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B46067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46067 is #4B9F98. Grayscale: #797979. Windows color (decimal): -4956057 or 6774964. OLE color: 6774964.

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

Color convert

RGB18096103-
CMYK00.470.430.29
HSL355º35.9%54.12%-
HSV(B)355º46.67%70.59%-
XYZ25.4519.0515.17-
YUV121.91117.33169.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=47.49%
G=25.33%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809610300.470.430.2935535.954.12
HexB4606702F2B1D1632436
Octal26414014705753355434466
Binary1011010011000001100111010111110101111101101100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46067; }

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

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

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

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

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

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

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

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