Html Css Color HEX #B5444C Hippie Pink

📋 copy color: '#B5444C'

red 181 ◦ green 68 ◦ blue 76

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

Shades of Hippie Pink #B5444C

Tints of Hippie Pink #B5444C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 55.69%
G = 20.92%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5444C (or 0xB5444C) is known color: Hippie Pink. HEX triplet: B5, 44 and 4C. RGB value is (181,68,76). Sum of RGB (Red+Green+Blue) = 181+68+76=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5444C is #4ABBB3. Grayscale: #666666. Windows color (decimal): -4897716 or 4998325. OLE color: 4998325.

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

Color convert

RGB 181 68 76 -
CMYK 0 0.62 0.58 0.29
HSL 355.75º 0.45% 0.49% -
HSV(B) 355.75º 0.62% 0.71% -
XYZ 22.43 14.48 8.45 -
YUV 102.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 181 68 76 0 0.62 0.58 0.29 355.75 0.45 0.49
Hex B5 44 4C 0 3E 3A 1D 164 2D 31
Octal 265 104 114 0 76 72 35 544 55 61
Binary 10110101 1000100 1001100 0 111110 111010 11101 101100100 101101 110001

Color Harmonies of #B5444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5444C

Black with #B5444C

Text Example


Text Example

White with #B5444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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