Html Css Color HEX #B5545A Hippie Pink

📋 copy color: '#B5545A'

red 181 ◦ green 84 ◦ blue 90

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

Shades of Hippie Pink #B5545A

Tints of Hippie Pink #B5545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

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

R = 50.99%
G = 23.66%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5545A (or 0xB5545A) is known color: Hippie Pink. HEX triplet: B5, 54 and 5A. RGB value is (181,84,90). Sum of RGB (Red+Green+Blue) = 181+84+90=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5545A is #4AABA5. Grayscale: #717171. Windows color (decimal): -4893606 or 5919925. OLE color: 5919925.

HSL color Cylindrical-coordinate representation of color #B5545A: hue angle of 356.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5545A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 84 90 -
CMYK 0 0.54 0.50 0.29
HSL 356.29º 0.4% 0.52% -
HSV(B) 356.29º 0.54% 0.71% -
XYZ 24.07 16.9 11.67 -
YUV 113.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 181 84 90 0 0.54 0.50 0.29 356.29 0.4 0.52
Hex B5 54 5A 0 36 32 1D 164 28 34
Octal 265 124 132 0 66 62 35 544 50 64
Binary 10110101 1010100 1011010 0 110110 110010 11101 101100100 101000 110100

Color Harmonies of #B5545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5545A

Black with #B5545A

Text Example


Text Example

White with #B5545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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