Html Css Color HEX #B24348 Hippie Pink

📋 copy color: '#B24348'

red 178 ◦ green 67 ◦ blue 72

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

Shades of Hippie Pink #B24348

Tints of Hippie Pink #B24348

RGB

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

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

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

R = 56.15%
G = 21.14%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B24348 (or 0xB24348) is known color: Hippie Pink. HEX triplet: B2, 43 and 48. RGB value is (178,67,72). Sum of RGB (Red+Green+Blue) = 178+67+72=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24348 is #4DBCB7. Grayscale: #646464. Windows color (decimal): -5094584 or 4735922. OLE color: 4735922.

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

Color convert

RGB 178 67 72 -
CMYK 0 0.62 0.60 0.30
HSL 357.3º 0.45% 0.48% -
HSV(B) 357.3º 0.62% 0.7% -
XYZ 21.54 13.95 7.69 -
YUV 100.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 178 67 72 0 0.62 0.60 0.30 357.3 0.45 0.48
Hex B2 43 48 0 3E 3C 1E 165 2D 30
Octal 262 103 110 0 76 74 36 545 55 60
Binary 10110010 1000011 1001000 0 111110 111100 11110 101100101 101101 110000

Color Harmonies of #B24348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24348

Black with #B24348

Text Example


Text Example

White with #B24348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24348; }

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

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

background-color css

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

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

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

border-color css

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

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

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