Html Css Color HEX #B0555C Hippie Pink

📋 copy color: '#B0555C'

red 176 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #B0555C

Tints of Hippie Pink #B0555C

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 49.86%
G = 24.08%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0555C (or 0xB0555C) is known color: Hippie Pink. HEX triplet: B0, 55 and 5C. RGB value is (176,85,92). Sum of RGB (Red+Green+Blue) = 176+85+92=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0555C is #4FAAA3. Grayscale: #717171. Windows color (decimal): -5221028 or 6051248. OLE color: 6051248.

HSL color Cylindrical-coordinate representation of color #B0555C: hue angle of 355.38º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0555C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 92 -
CMYK 0 0.52 0.48 0.31
HSL 355.38º 0.37% 0.51% -
HSV(B) 355.38º 0.52% 0.69% -
XYZ 23.08 16.5 12.09 -
YUV 113.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 176 85 92 0 0.52 0.48 0.31 355.38 0.37 0.51
Hex B0 55 5C 0 34 30 1F 163 25 33
Octal 260 125 134 0 64 60 37 543 45 63
Binary 10110000 1010101 1011100 0 110100 110000 11111 101100011 100101 110011

Color Harmonies of #B0555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0555C

Black with #B0555C

Text Example


Text Example

White with #B0555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0555C; }

 p { color: rgb(176,85,92); }

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

background-color css

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

 a { background-color: rgb(176,85,92); }

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

border-color css

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

 span { border-color: rgb(176,85,92); }

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