Html Css Color HEX #B24548 Hippie Pink

📋 copy color: '#B24548'

red 178 ◦ green 69 ◦ blue 72

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

Shades of Hippie Pink #B24548

Tints of Hippie Pink #B24548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 55.8%
G = 21.63%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B24548 (or 0xB24548) is known color: Hippie Pink. HEX triplet: B2, 45 and 48. RGB value is (178,69,72). Sum of RGB (Red+Green+Blue) = 178+69+72=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B24548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24548 is #4DBAB7. Grayscale: #666666. Windows color (decimal): -5094072 or 4736434. OLE color: 4736434.

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

Color convert

RGB 178 69 72 -
CMYK 0 0.61 0.60 0.30
HSL 358.35º 0.44% 0.48% -
HSV(B) 358.35º 0.61% 0.7% -
XYZ 21.66 14.19 7.73 -
YUV 101.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 178 69 72 0 0.61 0.60 0.30 358.35 0.44 0.48
Hex B2 45 48 0 3D 3C 1E 166 2C 30
Octal 262 105 110 0 75 74 36 546 54 60
Binary 10110010 1000101 1001000 0 111101 111100 11110 101100110 101100 110000

Color Harmonies of #B24548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24548

Black with #B24548

Text Example


Text Example

White with #B24548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24548; }

 p { color: rgb(178,69,72); }

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

background-color css

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

 a { background-color: rgb(178,69,72); }

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

border-color css

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

 span { border-color: rgb(178,69,72); }

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