#B24754

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

Shades of Hippie Pink #B24754

Tints of Hippie Pink #B24754

Color information

#B24754 (or 0xB24754) is unknown color: approx Hippie Pink. HEX triplet: B2, 47 and 54. RGB value is (178,71,84). Sum of RGB (Red+Green+Blue) = 178+71+84=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B24754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24754 is #4DB8AB. Grayscale: #686868. Windows color (decimal): -5093548 or 5523378. OLE color: 5523378.

HSL color Cylindrical-coordinate representation of color #B24754: hue angle of 352.71º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24754 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1787184-
CMYK00.600.530.30
HSL352.71º42.97%48.82%-
HSV(B)352.71º60.11%69.8%-
XYZ22.2114.6110.04-
YUV104.48116.45180.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=53.45%
G=21.32%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178718400.600.530.30352.7142.9748.82
HexB2475403C351E1612b31
Octal26210712407465365415361
Binary1011001010001111010100011110011010111110101100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24754; }

 p { color: rgb(178,71,84); }

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

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

 a { background-color: rgb(178,71,84); }

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

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

 span { border-color: rgb(178,71,84); }

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