Html Css Color HEX #B24458 Hippie Pink

📋 copy color: '#B24458'

red 178 ◦ green 68 ◦ blue 88

#B24458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #B24458

Tints of Hippie Pink #B24458

RGB

 RED value IS 178 (69.92% from 255) = 53.29%

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 53.29%
G = 20.36%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B24458 (or 0xB24458) is known color: Hippie Pink. HEX triplet: B2, 44 and 58. RGB value is (178,68,88). Sum of RGB (Red+Green+Blue) = 178+68+88=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B24458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24458 is #4DBBA7. Grayscale: #676767. Windows color (decimal): -5094312 or 5784754. OLE color: 5784754.

HSL color Cylindrical-coordinate representation of color #B24458: hue angle of 349.09º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24458 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 88 -
CMYK 0 0.62 0.51 0.30
HSL 349.09º 0.45% 0.48% -
HSV(B) 349.09º 0.62% 0.7% -
XYZ 22.19 14.3 10.82 -
YUV 103.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 178 68 88 0 0.62 0.51 0.30 349.09 0.45 0.48
Hex B2 44 58 0 3E 33 1E 15D 2D 30
Octal 262 104 130 0 76 63 36 535 55 60
Binary 10110010 1000100 1011000 0 111110 110011 11110 101011101 101101 110000

Color Harmonies of #B24458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24458

Black with #B24458

Text Example


Text Example

White with #B24458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24458; }

 p { color: rgb(178,68,88); }

 H1.HeaderClassName
 {
   color: #B24458;
 }
 .AnyTagClassName
 {
   color: #B24458;
 }
</style>

background-color css

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

 a { background-color: rgb(178,68,88); }

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

border-color css

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

 span { border-color: rgb(178,68,88); }

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