Html Css Color HEX #B24953 Hippie Pink

📋 copy color: '#B24953'

red 178 ◦ green 73 ◦ blue 83

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

Shades of Hippie Pink #B24953

Tints of Hippie Pink #B24953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 53.29%
G = 21.86%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B24953 (or 0xB24953) is known color: Hippie Pink. HEX triplet: B2, 49 and 53. RGB value is (178,73,83). Sum of RGB (Red+Green+Blue) = 178+73+83=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B24953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24953 is #4DB6AC. Grayscale: #696969. Windows color (decimal): -5093037 or 5458354. OLE color: 5458354.

HSL color Cylindrical-coordinate representation of color #B24953: hue angle of 354.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24953 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 83 -
CMYK 0 0.59 0.53 0.30
HSL 354.29º 0.42% 0.49% -
HSV(B) 354.29º 0.59% 0.7% -
XYZ 22.3 14.85 9.88 -
YUV 105.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 178 73 83 0 0.59 0.53 0.30 354.29 0.42 0.49
Hex B2 49 53 0 3B 35 1E 162 2A 31
Octal 262 111 123 0 73 65 36 542 52 61
Binary 10110010 1001001 1010011 0 111011 110101 11110 101100010 101010 110001

Color Harmonies of #B24953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24953

Black with #B24953

Text Example


Text Example

White with #B24953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24953; }

 p { color: rgb(178,73,83); }

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

background-color css

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

 a { background-color: rgb(178,73,83); }

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

border-color css

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

 span { border-color: rgb(178,73,83); }

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