Html Css Color HEX #B4555A Hippie Pink

📋 copy color: '#B4555A'

red 180 ◦ green 85 ◦ blue 90

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

Shades of Hippie Pink #B4555A

Tints of Hippie Pink #B4555A

RGB

 RED value IS 180 (70.7% from 255) = 50.7%

 GREEN value IS 85 (33.59% from 255) = 23.94%

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

R = 50.7%
G = 23.94%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4555A (or 0xB4555A) is known color: Hippie Pink. HEX triplet: B4, 55 and 5A. RGB value is (180,85,90). Sum of RGB (Red+Green+Blue) = 180+85+90=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4555A is #4BAAA5. Grayscale: #727272. Windows color (decimal): -4958886 or 5920180. OLE color: 5920180.

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

Color convert

RGB 180 85 90 -
CMYK 0 0.53 0.50 0.29
HSL 356.84º 0.39% 0.52% -
HSV(B) 356.84º 0.53% 0.71% -
XYZ 23.92 16.94 11.68 -
YUV 113.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 180 85 90 0 0.53 0.50 0.29 356.84 0.39 0.52
Hex B4 55 5A 0 35 32 1D 165 27 34
Octal 264 125 132 0 65 62 35 545 47 64
Binary 10110100 1010101 1011010 0 110101 110010 11101 101100101 100111 110100

Color Harmonies of #B4555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4555A

Black with #B4555A

Text Example


Text Example

White with #B4555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4555A; }

 p { color: rgb(180,85,90); }

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

background-color css

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

 a { background-color: rgb(180,85,90); }

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

border-color css

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

 span { border-color: rgb(180,85,90); }

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