Html Css Color HEX #B5454E Hippie Pink

📋 copy color: '#B5454E'

red 181 ◦ green 69 ◦ blue 78

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

Shades of Hippie Pink #B5454E

Tints of Hippie Pink #B5454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

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

R = 55.18%
G = 21.04%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5454E (or 0xB5454E) is known color: Hippie Pink. HEX triplet: B5, 45 and 4E. RGB value is (181,69,78). Sum of RGB (Red+Green+Blue) = 181+69+78=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5454E is #4ABAB1. Grayscale: #676767. Windows color (decimal): -4897458 or 5129653. OLE color: 5129653.

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

Color convert

RGB 181 69 78 -
CMYK 0 0.62 0.57 0.29
HSL 355.18º 0.45% 0.49% -
HSV(B) 355.18º 0.62% 0.71% -
XYZ 22.56 14.63 8.84 -
YUV 103.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 181 69 78 0 0.62 0.57 0.29 355.18 0.45 0.49
Hex B5 45 4E 0 3E 39 1D 163 2D 31
Octal 265 105 116 0 76 71 35 543 55 61
Binary 10110101 1000101 1001110 0 111110 111001 11101 101100011 101101 110001

Color Harmonies of #B5454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5454E

Black with #B5454E

Text Example


Text Example

White with #B5454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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