#B04C62

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

Shades of Blush #B04C62

Tints of Blush #B04C62

Color information

#B04C62 (or 0xB04C62) is unknown color: approx Blush. HEX triplet: B0, 4C and 62. RGB value is (176,76,98). Sum of RGB (Red+Green+Blue) = 176+76+98=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C62 is #4FB39D. Grayscale: #6C6C6C. Windows color (decimal): -5223326 or 6442160. OLE color: 6442160.

HSL color Cylindrical-coordinate representation of color #B04C62: hue angle of 346.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C62 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1767698-
CMYK00.570.440.31
HSL346.8º39.68%49.41%-
HSV(B)346.8º56.82%69.02%-
XYZ22.6915.2813.31-
YUV108.41122.13176.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 98 (38.67% from 255) = 28%
R=50.29%
G=21.71%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176769800.570.440.31346.839.6849.41
HexB04C620392C1F15b2831
Octal26011414207154375335061
Binary1011000010011001100010011100110110011111101011011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C62; }

 p { color: rgb(176,76,98); }

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

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

 a { background-color: rgb(176,76,98); }

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

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

 span { border-color: rgb(176,76,98); }

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