Html Css Color HEX #B24359 Hippie Pink

📋 copy color: '#B24359'

red 178 ◦ green 67 ◦ blue 89

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

Shades of Hippie Pink #B24359

Tints of Hippie Pink #B24359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 53.29%
G = 20.06%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B24359 (or 0xB24359) is known color: Hippie Pink. HEX triplet: B2, 43 and 59. RGB value is (178,67,89). Sum of RGB (Red+Green+Blue) = 178+67+89=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B24359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24359 is #4DBCA6. Grayscale: #666666. Windows color (decimal): -5094567 or 5850034. OLE color: 5850034.

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

Color convert

RGB 178 67 89 -
CMYK 0 0.62 0.5 0.30
HSL 348.11º 0.45% 0.48% -
HSV(B) 348.11º 0.62% 0.7% -
XYZ 22.17 14.2 11.02 -
YUV 102.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 178 67 89 0 0.62 0.5 0.30 348.11 0.45 0.48
Hex B2 43 59 0 3E 32 1E 15C 2D 30
Octal 262 103 131 0 76 62 36 534 55 60
Binary 10110010 1000011 1011001 0 111110 110010 11110 101011100 101101 110000

Color Harmonies of #B24359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24359

Black with #B24359

Text Example


Text Example

White with #B24359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24359; }

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

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

background-color css

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

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

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

border-color css

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

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

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