Html Css Color HEX #B15355 Hippie Pink

📋 copy color: '#B15355'

red 177 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #B15355

Tints of Hippie Pink #B15355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 51.3%
G = 24.06%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B15355 (or 0xB15355) is known color: Hippie Pink. HEX triplet: B1, 53 and 55. RGB value is (177,83,85). Sum of RGB (Red+Green+Blue) = 177+83+85=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15355 is #4EACAA. Grayscale: #6F6F6F. Windows color (decimal): -5156011 or 5591985. OLE color: 5591985.

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

Color convert

RGB 177 83 85 -
CMYK 0 0.53 0.52 0.31
HSL 358.72º 0.38% 0.51% -
HSV(B) 358.72º 0.53% 0.69% -
XYZ 22.86 16.19 10.51 -
YUV 111.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 177 83 85 0 0.53 0.52 0.31 358.72 0.38 0.51
Hex B1 53 55 0 35 34 1F 167 26 33
Octal 261 123 125 0 65 64 37 547 46 63
Binary 10110001 1010011 1010101 0 110101 110100 11111 101100111 100110 110011

Color Harmonies of #B15355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15355

Black with #B15355

Text Example


Text Example

White with #B15355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15355; }

 p { color: rgb(177,83,85); }

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

background-color css

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

 a { background-color: rgb(177,83,85); }

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

border-color css

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

 span { border-color: rgb(177,83,85); }

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