Html Css Color HEX #B1415B Hippie Pink

📋 copy color: '#B1415B'

red 177 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #B1415B

Tints of Hippie Pink #B1415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 53.15%
G = 19.52%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1415B (or 0xB1415B) is known color: Hippie Pink. HEX triplet: B1, 41 and 5B. RGB value is (177,65,91). Sum of RGB (Red+Green+Blue) = 177+65+91=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1415B is #4EBEA4. Grayscale: #656565. Windows color (decimal): -5160613 or 5980593. OLE color: 5980593.

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

Color convert

RGB 177 65 91 -
CMYK 0 0.63 0.49 0.31
HSL 346.07º 0.46% 0.47% -
HSV(B) 346.07º 0.63% 0.69% -
XYZ 21.91 13.88 11.42 -
YUV 101.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 177 65 91 0 0.63 0.49 0.31 346.07 0.46 0.47
Hex B1 41 5B 0 3F 31 1F 15A 2E 2F
Octal 261 101 133 0 77 61 37 532 56 57
Binary 10110001 1000001 1011011 0 111111 110001 11111 101011010 101110 101111

Color Harmonies of #B1415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1415B

Black with #B1415B

Text Example


Text Example

White with #B1415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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