#B04D6B

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

Shades of Blush #B04D6B

Tints of Blush #B04D6B

Color information

#B04D6B (or 0xB04D6B) is unknown color: approx Blush. HEX triplet: B0, 4D and 6B. RGB value is (176,77,107). Sum of RGB (Red+Green+Blue) = 176+77+107=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D6B is #4FB294. Grayscale: #6D6D6D. Windows color (decimal): -5223061 or 7032240. OLE color: 7032240.

HSL color Cylindrical-coordinate representation of color #B04D6B: hue angle of 341.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D6B is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17677107-
CMYK00.560.390.31
HSL341.82º39.13%49.61%-
HSV(B)341.82º56.25%69.02%-
XYZ23.2115.615.7-
YUV110.02126.3175.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=48.89%
G=21.39%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767710700.560.390.31341.8239.1349.61
HexB04D6B038271F1562732
Octal26011515307047375264762
Binary1011000010011011101011011100010011111111101010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D6B; }

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

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

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

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

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

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

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

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