Html Css Color HEX #B44E5E Hippie Pink

📋 copy color: '#B44E5E'

red 180 ◦ green 78 ◦ blue 94

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

Shades of Hippie Pink #B44E5E

Tints of Hippie Pink #B44E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 51.14%
G = 22.16%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B44E5E (or 0xB44E5E) is known color: Hippie Pink. HEX triplet: B4, 4E and 5E. RGB value is (180,78,94). Sum of RGB (Red+Green+Blue) = 180+78+94=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E5E is #4BB1A1. Grayscale: #6E6E6E. Windows color (decimal): -4960674 or 6180532. OLE color: 6180532.

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

Color convert

RGB 180 78 94 -
CMYK 0 0.57 0.48 0.29
HSL 350.59º 0.4% 0.51% -
HSV(B) 350.59º 0.57% 0.71% -
XYZ 23.57 15.96 12.43 -
YUV 110.32 118.79 177.7 -
System Red Green Blue C M Y K H S L
Decimal 180 78 94 0 0.57 0.48 0.29 350.59 0.4 0.51
Hex B4 4E 5E 0 39 30 1D 15F 28 33
Octal 264 116 136 0 71 60 35 537 50 63
Binary 10110100 1001110 1011110 0 111001 110000 11101 101011111 101000 110011

Color Harmonies of #B44E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44E5E

Black with #B44E5E

Text Example


Text Example

White with #B44E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44E5E; }

 p { color: rgb(180,78,94); }

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

background-color css

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

 a { background-color: rgb(180,78,94); }

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

border-color css

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

 span { border-color: rgb(180,78,94); }

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