#B04A5C

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

Shades of Hippie Pink #B04A5C

Tints of Hippie Pink #B04A5C

Color information

#B04A5C (or 0xB04A5C) is unknown color: approx Hippie Pink. HEX triplet: B0, 4A and 5C. RGB value is (176,74,92). Sum of RGB (Red+Green+Blue) = 176+74+92=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A5C is #4FB5A3. Grayscale: #6A6A6A. Windows color (decimal): -5223844 or 6048432. OLE color: 6048432.

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

Color convert

RGB1767492-
CMYK00.580.480.31
HSL349.41º40.8%49.02%-
HSV(B)349.41º57.95%69.02%-
XYZ22.2914.911.83-
YUV106.55119.79177.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=51.46%
G=21.64%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176749200.580.480.31349.4140.849.02
HexB04A5C03A301F15d2931
Octal26011213407260375355161
Binary1011000010010101011100011101011000011111101011101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04A5C; }

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

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

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

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

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

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

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

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