Html Css Color HEX #B5484A Hippie Pink

📋 copy color: '#B5484A'

red 181 ◦ green 72 ◦ blue 74

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

Shades of Hippie Pink #B5484A

Tints of Hippie Pink #B5484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 55.35%
G = 22.02%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5484A (or 0xB5484A) is known color: Hippie Pink. HEX triplet: B5, 48 and 4A. RGB value is (181,72,74). Sum of RGB (Red+Green+Blue) = 181+72+74=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5484A is #4AB7B5. Grayscale: #686868. Windows color (decimal): -4896694 or 4868277. OLE color: 4868277.

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

Color convert

RGB 181 72 74 -
CMYK 0 0.60 0.59 0.29
HSL 358.9º 0.43% 0.5% -
HSV(B) 358.9º 0.6% 0.71% -
XYZ 22.61 14.95 8.17 -
YUV 104.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 181 72 74 0 0.60 0.59 0.29 358.9 0.43 0.5
Hex B5 48 4A 0 3C 3B 1D 167 2B 32
Octal 265 110 112 0 74 73 35 547 53 62
Binary 10110101 1001000 1001010 0 111100 111011 11101 101100111 101011 110010

Color Harmonies of #B5484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5484A

Black with #B5484A

Text Example


Text Example

White with #B5484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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