Html Css Color HEX #B5495E Hippie Pink

📋 copy color: '#B5495E'

red 181 ◦ green 73 ◦ blue 94

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

Shades of Hippie Pink #B5495E

Tints of Hippie Pink #B5495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 52.01%
G = 20.98%
B = 27.01%

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

#B5495E (or 0xB5495E) is known color: Hippie Pink. HEX triplet: B5, 49 and 5E. RGB value is (181,73,94). Sum of RGB (Red+Green+Blue) = 181+73+94=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5495E is #4AB6A1. Grayscale: #6B6B6B. Windows color (decimal): -4896418 or 6179253. OLE color: 6179253.

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

Color convert

RGB 181 73 94 -
CMYK 0 0.60 0.48 0.29
HSL 348.33º 0.43% 0.5% -
HSV(B) 348.33º 0.6% 0.71% -
XYZ 23.46 15.4 12.33 -
YUV 107.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 181 73 94 0 0.60 0.48 0.29 348.33 0.43 0.5
Hex B5 49 5E 0 3C 30 1D 15C 2B 32
Octal 265 111 136 0 74 60 35 534 53 62
Binary 10110101 1001001 1011110 0 111100 110000 11101 101011100 101011 110010

Color Harmonies of #B5495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5495E

Black with #B5495E

Text Example


Text Example

White with #B5495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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