Html Css Color HEX #B55153 Hippie Pink

📋 copy color: '#B55153'

red 181 ◦ green 81 ◦ blue 83

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

Shades of Hippie Pink #B55153

Tints of Hippie Pink #B55153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 52.46%
G = 23.48%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B55153 (or 0xB55153) is known color: Hippie Pink. HEX triplet: B5, 51 and 53. RGB value is (181,81,83). Sum of RGB (Red+Green+Blue) = 181+81+83=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B55153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55153 is #4AAEAC. Grayscale: #6F6F6F. Windows color (decimal): -4894381 or 5460405. OLE color: 5460405.

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

Color convert

RGB 181 81 83 -
CMYK 0 0.55 0.54 0.29
HSL 358.8º 0.4% 0.51% -
HSV(B) 358.8º 0.55% 0.71% -
XYZ 23.56 16.33 10.09 -
YUV 111.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 181 81 83 0 0.55 0.54 0.29 358.8 0.4 0.51
Hex B5 51 53 0 37 36 1D 167 28 33
Octal 265 121 123 0 67 66 35 547 50 63
Binary 10110101 1010001 1010011 0 110111 110110 11101 101100111 101000 110011

Color Harmonies of #B55153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55153

Black with #B55153

Text Example


Text Example

White with #B55153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55153; }

 p { color: rgb(181,81,83); }

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

background-color css

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

 a { background-color: rgb(181,81,83); }

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

border-color css

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

 span { border-color: rgb(181,81,83); }

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