Html Css Color HEX #B5485E Hippie Pink

📋 copy color: '#B5485E'

red 181 ◦ green 72 ◦ blue 94

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

Shades of Hippie Pink #B5485E

Tints of Hippie Pink #B5485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 52.16%
G = 20.75%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5485E (or 0xB5485E) is known color: Hippie Pink. HEX triplet: B5, 48 and 5E. RGB value is (181,72,94). Sum of RGB (Red+Green+Blue) = 181+72+94=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5485E is #4AB7A1. Grayscale: #6B6B6B. Windows color (decimal): -4896674 or 6178997. OLE color: 6178997.

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

Color convert

RGB 181 72 94 -
CMYK 0 0.60 0.48 0.29
HSL 347.89º 0.43% 0.5% -
HSV(B) 347.89º 0.6% 0.71% -
XYZ 23.39 15.27 12.3 -
YUV 107.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 181 72 94 0 0.60 0.48 0.29 347.89 0.43 0.5
Hex B5 48 5E 0 3C 30 1D 15C 2B 32
Octal 265 110 136 0 74 60 35 534 53 62
Binary 10110101 1001000 1011110 0 111100 110000 11101 101011100 101011 110010

Color Harmonies of #B5485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5485E

Black with #B5485E

Text Example


Text Example

White with #B5485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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