Html Css Color HEX #B5484E Hippie Pink

📋 copy color: '#B5484E'

red 181 ◦ green 72 ◦ blue 78

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

Shades of Hippie Pink #B5484E

Tints of Hippie Pink #B5484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.56%

R = 54.68%
G = 21.75%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5484E (or 0xB5484E) is known color: Hippie Pink. HEX triplet: B5, 48 and 4E. RGB value is (181,72,78). Sum of RGB (Red+Green+Blue) = 181+72+78=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5484E is #4AB7B1. Grayscale: #696969. Windows color (decimal): -4896690 or 5130421. OLE color: 5130421.

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

Color convert

RGB 181 72 78 -
CMYK 0 0.60 0.57 0.29
HSL 356.7º 0.43% 0.5% -
HSV(B) 356.7º 0.6% 0.71% -
XYZ 22.75 15.01 8.91 -
YUV 105.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 181 72 78 0 0.60 0.57 0.29 356.7 0.43 0.5
Hex B5 48 4E 0 3C 39 1D 165 2B 32
Octal 265 110 116 0 74 71 35 545 53 62
Binary 10110101 1001000 1001110 0 111100 111001 11101 101100101 101011 110010

Color Harmonies of #B5484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5484E

Black with #B5484E

Text Example


Text Example

White with #B5484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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