#B04A4E

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

Shades of Hippie Pink #B04A4E

Tints of Hippie Pink #B04A4E

Color information

#B04A4E (or 0xB04A4E) is unknown color: approx Hippie Pink. HEX triplet: B0, 4A and 4E. RGB value is (176,74,78). Sum of RGB (Red+Green+Blue) = 176+74+78=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A4E is #4FB5B1. Grayscale: #696969. Windows color (decimal): -5223858 or 5130928. OLE color: 5130928.

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

Color convert

RGB1767478-
CMYK00.580.560.31
HSL357.65º40.8%49.02%-
HSV(B)357.65º57.95%69.02%-
XYZ21.7314.688.9-
YUV104.95112.79178.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.66%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=53.66%
G=22.56%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176747800.580.560.31357.6540.849.02
HexB04A4E03A381F1662931
Octal26011211607270375465161
Binary1011000010010101001110011101011100011111101100110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A4E; }

 p { color: rgb(176,74,78); }

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

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

 a { background-color: rgb(176,74,78); }

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

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

 span { border-color: rgb(176,74,78); }

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