Html Css Color HEX #B15457 Hippie Pink

📋 copy color: '#B15457'

red 177 ◦ green 84 ◦ blue 87

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

Shades of Hippie Pink #B15457

Tints of Hippie Pink #B15457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 50.86%
G = 24.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B15457 (or 0xB15457) is known color: Hippie Pink. HEX triplet: B1, 54 and 57. RGB value is (177,84,87). Sum of RGB (Red+Green+Blue) = 177+84+87=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15457 is #4EABA8. Grayscale: #707070. Windows color (decimal): -5155753 or 5723313. OLE color: 5723313.

HSL color Cylindrical-coordinate representation of color #B15457: hue angle of 358.06º degrees, saturation: 0.37, 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 #B15457 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 87 -
CMYK 0 0.53 0.51 0.31
HSL 358.06º 0.37% 0.51% -
HSV(B) 358.06º 0.53% 0.69% -
XYZ 23.02 16.38 10.96 -
YUV 112.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 177 84 87 0 0.53 0.51 0.31 358.06 0.37 0.51
Hex B1 54 57 0 35 33 1F 166 25 33
Octal 261 124 127 0 65 63 37 546 45 63
Binary 10110001 1010100 1010111 0 110101 110011 11111 101100110 100101 110011

Color Harmonies of #B15457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15457

Black with #B15457

Text Example


Text Example

White with #B15457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15457; }

 p { color: rgb(177,84,87); }

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

background-color css

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

 a { background-color: rgb(177,84,87); }

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

border-color css

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

 span { border-color: rgb(177,84,87); }

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