Html Css Color HEX #B1525E Hippie Pink

📋 copy color: '#B1525E'

red 177 ◦ green 82 ◦ blue 94

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

Shades of Hippie Pink #B1525E

Tints of Hippie Pink #B1525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 50.14%
G = 23.23%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1525E (or 0xB1525E) is known color: Hippie Pink. HEX triplet: B1, 52 and 5E. RGB value is (177,82,94). Sum of RGB (Red+Green+Blue) = 177+82+94=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1525E is #4EADA1. Grayscale: #6F6F6F. Windows color (decimal): -5156258 or 6181553. OLE color: 6181553.

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

Color convert

RGB 177 82 94 -
CMYK 0 0.54 0.47 0.31
HSL 352.42º 0.38% 0.51% -
HSV(B) 352.42º 0.54% 0.69% -
XYZ 23.17 16.19 12.49 -
YUV 111.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 177 82 94 0 0.54 0.47 0.31 352.42 0.38 0.51
Hex B1 52 5E 0 36 2F 1F 160 26 33
Octal 261 122 136 0 66 57 37 540 46 63
Binary 10110001 1010010 1011110 0 110110 101111 11111 101100000 100110 110011

Color Harmonies of #B1525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1525E

Black with #B1525E

Text Example


Text Example

White with #B1525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1525E; }

 p { color: rgb(177,82,94); }

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

background-color css

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

 a { background-color: rgb(177,82,94); }

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

border-color css

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

 span { border-color: rgb(177,82,94); }

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