Html Css Color HEX #B5444F Hippie Pink

📋 copy color: '#B5444F'

red 181 ◦ green 68 ◦ blue 79

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

Shades of Hippie Pink #B5444F

Tints of Hippie Pink #B5444F

RGB

 RED value IS 181 (71.09% from 255) = 55.18%

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 79 (31.25% from 255) = 24.09%

R = 55.18%
G = 20.73%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5444F (or 0xB5444F) is known color: Hippie Pink. HEX triplet: B5, 44 and 4F. RGB value is (181,68,79). Sum of RGB (Red+Green+Blue) = 181+68+79=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5444F is #4ABBB0. Grayscale: #676767. Windows color (decimal): -4897713 or 5194933. OLE color: 5194933.

HSL color Cylindrical-coordinate representation of color #B5444F: hue angle of 354.16º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5444F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 68 79 -
CMYK 0 0.62 0.56 0.29
HSL 354.16º 0.45% 0.49% -
HSV(B) 354.16º 0.62% 0.71% -
XYZ 22.53 14.52 9.01 -
YUV 103.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 181 68 79 0 0.62 0.56 0.29 354.16 0.45 0.49
Hex B5 44 4F 0 3E 38 1D 162 2D 31
Octal 265 104 117 0 76 70 35 542 55 61
Binary 10110101 1000100 1001111 0 111110 111000 11101 101100010 101101 110001

Color Harmonies of #B5444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5444F

Black with #B5444F

Text Example


Text Example

White with #B5444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5444F; }

 p { color: rgb(181,68,79); }

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

background-color css

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

 a { background-color: rgb(181,68,79); }

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

border-color css

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

 span { border-color: rgb(181,68,79); }

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