Html Css Color HEX #B24651 Hippie Pink

📋 copy color: '#B24651'

red 178 ◦ green 70 ◦ blue 81

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

Shades of Hippie Pink #B24651

Tints of Hippie Pink #B24651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 54.1%
G = 21.28%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B24651 (or 0xB24651) is known color: Hippie Pink. HEX triplet: B2, 46 and 51. RGB value is (178,70,81). Sum of RGB (Red+Green+Blue) = 178+70+81=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B24651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24651 is #4DB9AE. Grayscale: #676767. Windows color (decimal): -5093807 or 5326514. OLE color: 5326514.

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

Color convert

RGB 178 70 81 -
CMYK 0 0.61 0.54 0.30
HSL 353.89º 0.44% 0.49% -
HSV(B) 353.89º 0.61% 0.7% -
XYZ 22.04 14.44 9.41 -
YUV 103.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 178 70 81 0 0.61 0.54 0.30 353.89 0.44 0.49
Hex B2 46 51 0 3D 36 1E 162 2C 31
Octal 262 106 121 0 75 66 36 542 54 61
Binary 10110010 1000110 1010001 0 111101 110110 11110 101100010 101100 110001

Color Harmonies of #B24651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24651

Black with #B24651

Text Example


Text Example

White with #B24651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24651; }

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

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

background-color css

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

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

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

border-color css

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

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

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