Html Css Color HEX #B24355 Hippie Pink

📋 copy color: '#B24355'

red 178 ◦ green 67 ◦ blue 85

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

Shades of Hippie Pink #B24355

Tints of Hippie Pink #B24355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 53.94%
G = 20.3%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B24355 (or 0xB24355) is known color: Hippie Pink. HEX triplet: B2, 43 and 55. RGB value is (178,67,85). Sum of RGB (Red+Green+Blue) = 178+67+85=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B24355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24355 is #4DBCAA. Grayscale: #666666. Windows color (decimal): -5094571 or 5587890. OLE color: 5587890.

HSL color Cylindrical-coordinate representation of color #B24355: hue angle of 350.27º 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 #B24355 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 85 -
CMYK 0 0.62 0.52 0.30
HSL 350.27º 0.45% 0.48% -
HSV(B) 350.27º 0.62% 0.7% -
XYZ 22.01 14.14 10.16 -
YUV 102.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 178 67 85 0 0.62 0.52 0.30 350.27 0.45 0.48
Hex B2 43 55 0 3E 34 1E 15E 2D 30
Octal 262 103 125 0 76 64 36 536 55 60
Binary 10110010 1000011 1010101 0 111110 110100 11110 101011110 101101 110000

Color Harmonies of #B24355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24355

Black with #B24355

Text Example


Text Example

White with #B24355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24355; }

 p { color: rgb(178,67,85); }

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

background-color css

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

 a { background-color: rgb(178,67,85); }

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

border-color css

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

 span { border-color: rgb(178,67,85); }

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