Html Css Color HEX #B5485A Hippie Pink

📋 copy color: '#B5485A'

red 181 ◦ green 72 ◦ blue 90

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

Shades of Hippie Pink #B5485A

Tints of Hippie Pink #B5485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 52.77%
G = 20.99%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5485A (or 0xB5485A) is known color: Hippie Pink. HEX triplet: B5, 48 and 5A. RGB value is (181,72,90). Sum of RGB (Red+Green+Blue) = 181+72+90=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5485A is #4AB7A5. Grayscale: #6A6A6A. Windows color (decimal): -4896678 or 5916853. OLE color: 5916853.

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

Color convert

RGB 181 72 90 -
CMYK 0 0.60 0.50 0.29
HSL 350.09º 0.43% 0.5% -
HSV(B) 350.09º 0.6% 0.71% -
XYZ 23.22 15.2 11.38 -
YUV 106.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 181 72 90 0 0.60 0.50 0.29 350.09 0.43 0.5
Hex B5 48 5A 0 3C 32 1D 15E 2B 32
Octal 265 110 132 0 74 62 35 536 53 62
Binary 10110101 1001000 1011010 0 111100 110010 11101 101011110 101011 110010

Color Harmonies of #B5485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5485A

Black with #B5485A

Text Example


Text Example

White with #B5485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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