Html Css Color HEX #B5455E Hippie Pink

📋 copy color: '#B5455E'

red 181 ◦ green 69 ◦ blue 94

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

Shades of Hippie Pink #B5455E

Tints of Hippie Pink #B5455E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 52.62%
G = 20.06%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5455E (or 0xB5455E) is known color: Hippie Pink. HEX triplet: B5, 45 and 5E. RGB value is (181,69,94). Sum of RGB (Red+Green+Blue) = 181+69+94=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5455E is #4ABAA1. Grayscale: #696969. Windows color (decimal): -4897442 or 6178229. OLE color: 6178229.

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

Color convert

RGB 181 69 94 -
CMYK 0 0.62 0.48 0.29
HSL 346.61º 0.45% 0.49% -
HSV(B) 346.61º 0.62% 0.71% -
XYZ 23.2 14.89 12.24 -
YUV 105.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 181 69 94 0 0.62 0.48 0.29 346.61 0.45 0.49
Hex B5 45 5E 0 3E 30 1D 15B 2D 31
Octal 265 105 136 0 76 60 35 533 55 61
Binary 10110101 1000101 1011110 0 111110 110000 11101 101011011 101101 110001

Color Harmonies of #B5455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5455E

Black with #B5455E

Text Example


Text Example

White with #B5455E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5455E; }

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

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

background-color css

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

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

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

border-color css

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

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

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