Html Css Color HEX #B15051 Hippie Pink

📋 copy color: '#B15051'

red 177 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #B15051

Tints of Hippie Pink #B15051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 52.37%
G = 23.67%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B15051 (or 0xB15051) is known color: Hippie Pink. HEX triplet: B1, 50 and 51. RGB value is (177,80,81). Sum of RGB (Red+Green+Blue) = 177+80+81=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B15051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15051 is #4EAFAE. Grayscale: #6D6D6D. Windows color (decimal): -5156783 or 5329073. OLE color: 5329073.

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

Color convert

RGB 177 80 81 -
CMYK 0 0.55 0.54 0.31
HSL 359.38º 0.38% 0.5% -
HSV(B) 359.38º 0.55% 0.69% -
XYZ 22.49 15.68 9.63 -
YUV 109.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 177 80 81 0 0.55 0.54 0.31 359.38 0.38 0.5
Hex B1 50 51 0 37 36 1F 167 26 32
Octal 261 120 121 0 67 66 37 547 46 62
Binary 10110001 1010000 1010001 0 110111 110110 11111 101100111 100110 110010

Color Harmonies of #B15051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15051

Black with #B15051

Text Example


Text Example

White with #B15051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15051; }

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

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

background-color css

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

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

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

border-color css

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

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

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