Html Css Color HEX #B44256 Hippie Pink

📋 copy color: '#B44256'

red 180 ◦ green 66 ◦ blue 86

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

Shades of Hippie Pink #B44256

Tints of Hippie Pink #B44256

RGB

 RED value IS 180 (70.7% from 255) = 54.22%

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 54.22%
G = 19.88%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B44256 (or 0xB44256) is known color: Hippie Pink. HEX triplet: B4, 42 and 56. RGB value is (180,66,86). Sum of RGB (Red+Green+Blue) = 180+66+86=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B44256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44256 is #4BBDA9. Grayscale: #666666. Windows color (decimal): -4963754 or 5653172. OLE color: 5653172.

HSL color Cylindrical-coordinate representation of color #B44256: hue angle of 349.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44256 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 86 -
CMYK 0 0.63 0.52 0.29
HSL 349.47º 0.46% 0.48% -
HSV(B) 349.47º 0.63% 0.71% -
XYZ 22.45 14.27 10.38 -
YUV 102.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 180 66 86 0 0.63 0.52 0.29 349.47 0.46 0.48
Hex B4 42 56 0 3F 34 1D 15D 2E 30
Octal 264 102 126 0 77 64 35 535 56 60
Binary 10110100 1000010 1010110 0 111111 110100 11101 101011101 101110 110000

Color Harmonies of #B44256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44256

Black with #B44256

Text Example


Text Example

White with #B44256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44256; }

 p { color: rgb(180,66,86); }

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

background-color css

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

 a { background-color: rgb(180,66,86); }

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

border-color css

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

 span { border-color: rgb(180,66,86); }

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