#B04D67

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

Shades of Blush #B04D67

Tints of Blush #B04D67

Color information

#B04D67 (or 0xB04D67) is unknown color: approx Blush. HEX triplet: B0, 4D and 67. RGB value is (176,77,103). Sum of RGB (Red+Green+Blue) = 176+77+103=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D67 is #4FB298. Grayscale: #6D6D6D. Windows color (decimal): -5223065 or 6770096. OLE color: 6770096.

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

Color convert

RGB17677103-
CMYK00.560.410.31
HSL344.24º39.13%49.61%-
HSV(B)344.24º56.25%69.02%-
XYZ23.0115.5214.61-
YUV109.56124.3175.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=49.44%
G=21.63%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767710300.560.410.31344.2439.1349.61
HexB04D67038291F1582732
Octal26011514707051375304762
Binary1011000010011011100111011100010100111111101011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D67; }

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

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

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

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

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

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

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

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