Html Css Color HEX #B1555B Hippie Pink

📋 copy color: '#B1555B'

red 177 ◦ green 85 ◦ blue 91

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

Shades of Hippie Pink #B1555B

Tints of Hippie Pink #B1555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 50.14%
G = 24.08%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1555B (or 0xB1555B) is known color: Hippie Pink. HEX triplet: B1, 55 and 5B. RGB value is (177,85,91). Sum of RGB (Red+Green+Blue) = 177+85+91=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1555B is #4EAAA4. Grayscale: #717171. Windows color (decimal): -5155493 or 5985713. OLE color: 5985713.

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

Color convert

RGB 177 85 91 -
CMYK 0 0.52 0.49 0.31
HSL 356.09º 0.37% 0.51% -
HSV(B) 356.09º 0.52% 0.69% -
XYZ 23.27 16.6 11.88 -
YUV 113.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 177 85 91 0 0.52 0.49 0.31 356.09 0.37 0.51
Hex B1 55 5B 0 34 31 1F 164 25 33
Octal 261 125 133 0 64 61 37 544 45 63
Binary 10110001 1010101 1011011 0 110100 110001 11111 101100100 100101 110011

Color Harmonies of #B1555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1555B

Black with #B1555B

Text Example


Text Example

White with #B1555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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