Html Css Color HEX #B1505D Hippie Pink

📋 copy color: '#B1505D'

red 177 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #B1505D

Tints of Hippie Pink #B1505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 50.57%
G = 22.86%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1505D (or 0xB1505D) is known color: Hippie Pink. HEX triplet: B1, 50 and 5D. RGB value is (177,80,93). Sum of RGB (Red+Green+Blue) = 177+80+93=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1505D is #4EAFA2. Grayscale: #6E6E6E. Windows color (decimal): -5156771 or 6115505. OLE color: 6115505.

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

Color convert

RGB 177 80 93 -
CMYK 0 0.55 0.47 0.31
HSL 351.96º 0.38% 0.5% -
HSV(B) 351.96º 0.55% 0.69% -
XYZ 22.98 15.87 12.21 -
YUV 110.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 177 80 93 0 0.55 0.47 0.31 351.96 0.38 0.5
Hex B1 50 5D 0 37 2F 1F 160 26 32
Octal 261 120 135 0 67 57 37 540 46 62
Binary 10110001 1010000 1011101 0 110111 101111 11111 101100000 100110 110010

Color Harmonies of #B1505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1505D

Black with #B1505D

Text Example


Text Example

White with #B1505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1505D; }

 p { color: rgb(177,80,93); }

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

background-color css

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

 a { background-color: rgb(177,80,93); }

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

border-color css

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

 span { border-color: rgb(177,80,93); }

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