Html Css Color HEX #B24656 Hippie Pink

📋 copy color: '#B24656'

red 178 ◦ green 70 ◦ blue 86

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

Shades of Hippie Pink #B24656

Tints of Hippie Pink #B24656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 53.29%
G = 20.96%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B24656 (or 0xB24656) is known color: Hippie Pink. HEX triplet: B2, 46 and 56. RGB value is (178,70,86). Sum of RGB (Red+Green+Blue) = 178+70+86=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B24656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24656 is #4DB9A9. Grayscale: #686868. Windows color (decimal): -5093802 or 5654194. OLE color: 5654194.

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

Color convert

RGB 178 70 86 -
CMYK 0 0.61 0.52 0.30
HSL 351.11º 0.44% 0.49% -
HSV(B) 351.11º 0.61% 0.7% -
XYZ 22.23 14.52 10.43 -
YUV 104.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 178 70 86 0 0.61 0.52 0.30 351.11 0.44 0.49
Hex B2 46 56 0 3D 34 1E 15F 2C 31
Octal 262 106 126 0 75 64 36 537 54 61
Binary 10110010 1000110 1010110 0 111101 110100 11110 101011111 101100 110001

Color Harmonies of #B24656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24656

Black with #B24656

Text Example


Text Example

White with #B24656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24656; }

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

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

background-color css

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

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

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

border-color css

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

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

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