Html Css Color HEX #B5485B Hippie Pink

📋 copy color: '#B5485B'

red 181 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #B5485B

Tints of Hippie Pink #B5485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 52.62%
G = 20.93%
B = 26.45%

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

#B5485B (or 0xB5485B) is known color: Hippie Pink. HEX triplet: B5, 48 and 5B. RGB value is (181,72,91). Sum of RGB (Red+Green+Blue) = 181+72+91=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5485B is #4AB7A4. Grayscale: #6A6A6A. Windows color (decimal): -4896677 or 5982389. OLE color: 5982389.

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

Color convert

RGB 181 72 91 -
CMYK 0 0.60 0.50 0.29
HSL 349.54º 0.43% 0.5% -
HSV(B) 349.54º 0.6% 0.71% -
XYZ 23.26 15.21 11.61 -
YUV 106.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 181 72 91 0 0.60 0.50 0.29 349.54 0.43 0.5
Hex B5 48 5B 0 3C 32 1D 15E 2B 32
Octal 265 110 133 0 74 62 35 536 53 62
Binary 10110101 1001000 1011011 0 111100 110010 11101 101011110 101011 110010

Color Harmonies of #B5485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5485B

Black with #B5485B

Text Example


Text Example

White with #B5485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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