Html Css Color HEX #B1575C Hippie Pink

📋 copy color: '#B1575C'

red 177 ◦ green 87 ◦ blue 92

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

Shades of Hippie Pink #B1575C

Tints of Hippie Pink #B1575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 49.72%
G = 24.44%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1575C (or 0xB1575C) is known color: Hippie Pink. HEX triplet: B1, 57 and 5C. RGB value is (177,87,92). Sum of RGB (Red+Green+Blue) = 177+87+92=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1575C is #4EA8A3. Grayscale: #727272. Windows color (decimal): -5154980 or 6051761. OLE color: 6051761.

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

Color convert

RGB 177 87 92 -
CMYK 0 0.51 0.48 0.31
HSL 356.67º 0.37% 0.52% -
HSV(B) 356.67º 0.51% 0.69% -
XYZ 23.47 16.94 12.16 -
YUV 114.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 177 87 92 0 0.51 0.48 0.31 356.67 0.37 0.52
Hex B1 57 5C 0 33 30 1F 165 25 34
Octal 261 127 134 0 63 60 37 545 45 64
Binary 10110001 1010111 1011100 0 110011 110000 11111 101100101 100101 110100

Color Harmonies of #B1575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1575C

Black with #B1575C

Text Example


Text Example

White with #B1575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1575C; }

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

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

background-color css

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

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

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

border-color css

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

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

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