Html Css Color HEX #B44250 Hippie Pink

📋 copy color: '#B44250'

red 180 ◦ green 66 ◦ blue 80

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

Shades of Hippie Pink #B44250

Tints of Hippie Pink #B44250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 55.21%
G = 20.25%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B44250 (or 0xB44250) is known color: Hippie Pink. HEX triplet: B4, 42 and 50. RGB value is (180,66,80). Sum of RGB (Red+Green+Blue) = 180+66+80=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B44250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44250 is #4BBDAF. Grayscale: #656565. Windows color (decimal): -4963760 or 5259956. OLE color: 5259956.

HSL color Cylindrical-coordinate representation of color #B44250: hue angle of 352.63º 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 #B44250 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 80 -
CMYK 0 0.63 0.56 0.29
HSL 352.63º 0.46% 0.48% -
HSV(B) 352.63º 0.63% 0.71% -
XYZ 22.22 14.18 9.16 -
YUV 101.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 180 66 80 0 0.63 0.56 0.29 352.63 0.46 0.48
Hex B4 42 50 0 3F 38 1D 161 2E 30
Octal 264 102 120 0 77 70 35 541 56 60
Binary 10110100 1000010 1010000 0 111111 111000 11101 101100001 101110 110000

Color Harmonies of #B44250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44250

Black with #B44250

Text Example


Text Example

White with #B44250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44250; }

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

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

background-color css

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

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

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

border-color css

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

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

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