Html Css Color HEX #B5404D Hippie Pink

📋 copy color: '#B5404D'

red 181 ◦ green 64 ◦ blue 77

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

Shades of Hippie Pink #B5404D

Tints of Hippie Pink #B5404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 56.21%
G = 19.88%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5404D (or 0xB5404D) is known color: Hippie Pink. HEX triplet: B5, 40 and 4D. RGB value is (181,64,77). Sum of RGB (Red+Green+Blue) = 181+64+77=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5404D is #4ABFB2. Grayscale: #646464. Windows color (decimal): -4898739 or 5062837. OLE color: 5062837.

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

Color convert

RGB 181 64 77 -
CMYK 0 0.65 0.57 0.29
HSL 353.33º 0.48% 0.48% -
HSV(B) 353.33º 0.65% 0.71% -
XYZ 22.23 14.03 8.56 -
YUV 100.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 181 64 77 0 0.65 0.57 0.29 353.33 0.48 0.48
Hex B5 40 4D 0 41 39 1D 161 30 30
Octal 265 100 115 0 101 71 35 541 60 60
Binary 10110101 1000000 1001101 0 1000001 111001 11101 101100001 110000 110000

Color Harmonies of #B5404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5404D

Black with #B5404D

Text Example


Text Example

White with #B5404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5404D; }

 p { color: rgb(181,64,77); }

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

background-color css

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

 a { background-color: rgb(181,64,77); }

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

border-color css

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

 span { border-color: rgb(181,64,77); }

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