Html Css Color HEX #B5404C Hippie Pink

📋 copy color: '#B5404C'

red 181 ◦ green 64 ◦ blue 76

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

Shades of Hippie Pink #B5404C

Tints of Hippie Pink #B5404C

RGB

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

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

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

R = 56.39%
G = 19.94%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5404C (or 0xB5404C) is known color: Hippie Pink. HEX triplet: B5, 40 and 4C. RGB value is (181,64,76). Sum of RGB (Red+Green+Blue) = 181+64+76=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5404C is #4ABFB3. Grayscale: #646464. Windows color (decimal): -4898740 or 4997301. OLE color: 4997301.

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

Color convert

RGB 181 64 76 -
CMYK 0 0.65 0.58 0.29
HSL 353.85º 0.48% 0.48% -
HSV(B) 353.85º 0.65% 0.71% -
XYZ 22.19 14.01 8.37 -
YUV 100.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 181 64 76 0 0.65 0.58 0.29 353.85 0.48 0.48
Hex B5 40 4C 0 41 3A 1D 162 30 30
Octal 265 100 114 0 101 72 35 542 60 60
Binary 10110101 1000000 1001100 0 1000001 111010 11101 101100010 110000 110000

Color Harmonies of #B5404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5404C

Black with #B5404C

Text Example


Text Example

White with #B5404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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