Html Css Color HEX #B15658 Hippie Pink

📋 copy color: '#B15658'

red 177 ◦ green 86 ◦ blue 88

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

Shades of Hippie Pink #B15658

Tints of Hippie Pink #B15658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 50.43%
G = 24.5%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B15658 (or 0xB15658) is known color: Hippie Pink. HEX triplet: B1, 56 and 58. RGB value is (177,86,88). Sum of RGB (Red+Green+Blue) = 177+86+88=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B15658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15658 is #4EA9A7. Grayscale: #717171. Windows color (decimal): -5155240 or 5789361. OLE color: 5789361.

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

Color convert

RGB 177 86 88 -
CMYK 0 0.51 0.50 0.31
HSL 358.68º 0.37% 0.52% -
HSV(B) 358.68º 0.51% 0.69% -
XYZ 23.22 16.71 11.23 -
YUV 113.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 177 86 88 0 0.51 0.50 0.31 358.68 0.37 0.52
Hex B1 56 58 0 33 32 1F 167 25 34
Octal 261 126 130 0 63 62 37 547 45 64
Binary 10110001 1010110 1011000 0 110011 110010 11111 101100111 100101 110100

Color Harmonies of #B15658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15658

Black with #B15658

Text Example


Text Example

White with #B15658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15658; }

 p { color: rgb(177,86,88); }

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

background-color css

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

 a { background-color: rgb(177,86,88); }

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

border-color css

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

 span { border-color: rgb(177,86,88); }

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