Html Css Color HEX #B24658 Hippie Pink

📋 copy color: '#B24658'

red 178 ◦ green 70 ◦ blue 88

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

Shades of Hippie Pink #B24658

Tints of Hippie Pink #B24658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 52.98%
G = 20.83%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B24658 (or 0xB24658) is known color: Hippie Pink. HEX triplet: B2, 46 and 58. RGB value is (178,70,88). Sum of RGB (Red+Green+Blue) = 178+70+88=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B24658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24658 is #4DB9A7. Grayscale: #686868. Windows color (decimal): -5093800 or 5785266. OLE color: 5785266.

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

Color convert

RGB 178 70 88 -
CMYK 0 0.61 0.51 0.30
HSL 350º 0.44% 0.49% -
HSV(B) 350º 0.61% 0.7% -
XYZ 22.31 14.55 10.86 -
YUV 104.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 178 70 88 0 0.61 0.51 0.30 350 0.44 0.49
Hex B2 46 58 0 3D 33 1E 15E 2C 31
Octal 262 106 130 0 75 63 36 536 54 61
Binary 10110010 1000110 1011000 0 111101 110011 11110 101011110 101100 110001

Color Harmonies of #B24658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24658

Black with #B24658

Text Example


Text Example

White with #B24658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24658; }

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

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

background-color css

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

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

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

border-color css

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

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

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