Html Css Color HEX #B5484C Hippie Pink

📋 copy color: '#B5484C'

red 181 ◦ green 72 ◦ blue 76

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

Shades of Hippie Pink #B5484C

Tints of Hippie Pink #B5484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 55.02%
G = 21.88%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5484C (or 0xB5484C) is known color: Hippie Pink. HEX triplet: B5, 48 and 4C. RGB value is (181,72,76). Sum of RGB (Red+Green+Blue) = 181+72+76=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5484C is #4AB7B3. Grayscale: #696969. Windows color (decimal): -4896692 or 4999349. OLE color: 4999349.

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

Color convert

RGB 181 72 76 -
CMYK 0 0.60 0.58 0.29
HSL 357.8º 0.43% 0.5% -
HSV(B) 357.8º 0.6% 0.71% -
XYZ 22.68 14.98 8.53 -
YUV 105.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 181 72 76 0 0.60 0.58 0.29 357.8 0.43 0.5
Hex B5 48 4C 0 3C 3A 1D 166 2B 32
Octal 265 110 114 0 74 72 35 546 53 62
Binary 10110101 1001000 1001100 0 111100 111010 11101 101100110 101011 110010

Color Harmonies of #B5484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5484C

Black with #B5484C

Text Example


Text Example

White with #B5484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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