Html Css Color HEX #B5474E Hippie Pink

📋 copy color: '#B5474E'

red 181 ◦ green 71 ◦ blue 78

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

Shades of Hippie Pink #B5474E

Tints of Hippie Pink #B5474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 54.85%
G = 21.52%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5474E (or 0xB5474E) is known color: Hippie Pink. HEX triplet: B5, 47 and 4E. RGB value is (181,71,78). Sum of RGB (Red+Green+Blue) = 181+71+78=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5474E is #4AB8B1. Grayscale: #686868. Windows color (decimal): -4896946 or 5130165. OLE color: 5130165.

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

Color convert

RGB 181 71 78 -
CMYK 0 0.61 0.57 0.29
HSL 356.18º 0.44% 0.49% -
HSV(B) 356.18º 0.61% 0.71% -
XYZ 22.68 14.88 8.88 -
YUV 104.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 181 71 78 0 0.61 0.57 0.29 356.18 0.44 0.49
Hex B5 47 4E 0 3D 39 1D 164 2C 31
Octal 265 107 116 0 75 71 35 544 54 61
Binary 10110101 1000111 1001110 0 111101 111001 11101 101100100 101100 110001

Color Harmonies of #B5474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5474E

Black with #B5474E

Text Example


Text Example

White with #B5474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5474E; }

 p { color: rgb(181,71,78); }

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

background-color css

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

 a { background-color: rgb(181,71,78); }

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

border-color css

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

 span { border-color: rgb(181,71,78); }

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