Html Css Color HEX #B5444A Hippie Pink

📋 copy color: '#B5444A'

red 181 ◦ green 68 ◦ blue 74

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

Shades of Hippie Pink #B5444A

Tints of Hippie Pink #B5444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.91%

R = 56.04%
G = 21.05%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5444A (or 0xB5444A) is known color: Hippie Pink. HEX triplet: B5, 44 and 4A. RGB value is (181,68,74). Sum of RGB (Red+Green+Blue) = 181+68+74=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5444A is #4ABBB5. Grayscale: #666666. Windows color (decimal): -4897718 or 4867253. OLE color: 4867253.

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

Color convert

RGB 181 68 74 -
CMYK 0 0.62 0.59 0.29
HSL 356.81º 0.45% 0.49% -
HSV(B) 356.81º 0.62% 0.71% -
XYZ 22.36 14.45 8.09 -
YUV 102.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 181 68 74 0 0.62 0.59 0.29 356.81 0.45 0.49
Hex B5 44 4A 0 3E 3B 1D 165 2D 31
Octal 265 104 112 0 76 73 35 545 55 61
Binary 10110101 1000100 1001010 0 111110 111011 11101 101100101 101101 110001

Color Harmonies of #B5444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5444A

Black with #B5444A

Text Example


Text Example

White with #B5444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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