Html Css Color HEX #B24446 Hippie Pink

📋 copy color: '#B24446'

red 178 ◦ green 68 ◦ blue 70

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

Shades of Hippie Pink #B24446

Tints of Hippie Pink #B24446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 56.33%
G = 21.52%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B24446 (or 0xB24446) is known color: Hippie Pink. HEX triplet: B2, 44 and 46. RGB value is (178,68,70). Sum of RGB (Red+Green+Blue) = 178+68+70=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B24446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24446 is #4DBBB9. Grayscale: #656565. Windows color (decimal): -5094330 or 4605106. OLE color: 4605106.

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

Color convert

RGB 178 68 70 -
CMYK 0 0.62 0.61 0.30
HSL 358.91º 0.45% 0.48% -
HSV(B) 358.91º 0.62% 0.7% -
XYZ 21.53 14.04 7.37 -
YUV 101.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 178 68 70 0 0.62 0.61 0.30 358.91 0.45 0.48
Hex B2 44 46 0 3E 3D 1E 167 2D 30
Octal 262 104 106 0 76 75 36 547 55 60
Binary 10110010 1000100 1000110 0 111110 111101 11110 101100111 101101 110000

Color Harmonies of #B24446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24446

Black with #B24446

Text Example


Text Example

White with #B24446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24446; }

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

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

background-color css

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

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

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

border-color css

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

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

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