Html Css Color HEX #B1555C Hippie Pink

📋 copy color: '#B1555C'

red 177 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #B1555C

Tints of Hippie Pink #B1555C

RGB

 RED value IS 177 (69.53% from 255) = 50%

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

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

R = 50%
G = 24.01%
B = 25.99%

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

#B1555C (or 0xB1555C) is known color: Hippie Pink. HEX triplet: B1, 55 and 5C. RGB value is (177,85,92). Sum of RGB (Red+Green+Blue) = 177+85+92=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1555C is #4EAAA3. Grayscale: #717171. Windows color (decimal): -5155492 or 6051249. OLE color: 6051249.

HSL color Cylindrical-coordinate representation of color #B1555C: hue angle of 355.43º 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 #B1555C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 92 -
CMYK 0 0.52 0.48 0.31
HSL 355.43º 0.37% 0.51% -
HSV(B) 355.43º 0.52% 0.69% -
XYZ 23.31 16.62 12.1 -
YUV 113.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 177 85 92 0 0.52 0.48 0.31 355.43 0.37 0.51
Hex B1 55 5C 0 34 30 1F 163 25 33
Octal 261 125 134 0 64 60 37 543 45 63
Binary 10110001 1010101 1011100 0 110100 110000 11111 101100011 100101 110011

Color Harmonies of #B1555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1555C

Black with #B1555C

Text Example


Text Example

White with #B1555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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