#B04C6B

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

Shades of Blush #B04C6B

Tints of Blush #B04C6B

Color information

#B04C6B (or 0xB04C6B) is unknown color: approx Blush. HEX triplet: B0, 4C and 6B. RGB value is (176,76,107). Sum of RGB (Red+Green+Blue) = 176+76+107=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C6B is #4FB394. Grayscale: #6D6D6D. Windows color (decimal): -5223317 or 7031984. OLE color: 7031984.

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

Color convert

RGB17676107-
CMYK00.570.390.31
HSL341.4º39.68%49.41%-
HSV(B)341.4º56.82%69.02%-
XYZ23.1415.4615.67-
YUV109.43126.63175.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=49.03%
G=21.17%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767610700.570.390.31341.439.6849.41
HexB04C6B039271F1552831
Octal26011415307147375255061
Binary1011000010011001101011011100110011111111101010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C6B; }

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

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

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

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

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

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

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

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