#B04C68

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

Shades of Blush #B04C68

Tints of Blush #B04C68

Color information

#B04C68 (or 0xB04C68) is unknown color: approx Blush. HEX triplet: B0, 4C and 68. RGB value is (176,76,104). Sum of RGB (Red+Green+Blue) = 176+76+104=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C68 is #4FB397. Grayscale: #6D6D6D. Windows color (decimal): -5223320 or 6835376. OLE color: 6835376.

HSL color Cylindrical-coordinate representation of color #B04C68: hue angle of 343.2º 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 #B04C68 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17676104-
CMYK00.570.410.31
HSL343.2º39.68%49.41%-
HSV(B)343.2º56.82%69.02%-
XYZ22.9915.414.86-
YUV109.09125.13175.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=49.44%
G=21.35%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767610400.570.410.31343.239.6849.41
HexB04C68039291F1572831
Octal26011415007151375275061
Binary1011000010011001101000011100110100111111101010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C68; }

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

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

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

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

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

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

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

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