Html Css Color HEX #9B5657 Hippie Pink

📋 copy color: '#9B5657'

red 155 ◦ green 86 ◦ blue 87

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

Shades of Hippie Pink #9B5657

Tints of Hippie Pink #9B5657

RGB

 RED value IS 155 (60.94% from 255) = 47.26%

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

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

R = 47.26%
G = 26.22%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B5657 (or 0x9B5657) is known color: Hippie Pink. HEX triplet: 9B, 56 and 57. RGB value is (155,86,87). Sum of RGB (Red+Green+Blue) = 155+86+87=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5657 is #64A9A8. Grayscale: #6A6A6A. Windows color (decimal): -6597033 or 5723803. OLE color: 5723803.

HSL color Cylindrical-coordinate representation of color #9B5657: hue angle of 359.13º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5657 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 86 87 -
CMYK 0 0.45 0.44 0.39
HSL 359.13º 0.29% 0.47% -
HSV(B) 359.13º 0.45% 0.61% -
XYZ 18.57 14.31 10.8 -
YUV 106.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 155 86 87 0 0.45 0.44 0.39 359.13 0.29 0.47
Hex 9B 56 57 0 2D 2C 27 167 1D 2F
Octal 233 126 127 0 55 54 47 547 35 57
Binary 10011011 1010110 1010111 0 101101 101100 100111 101100111 11101 101111

Color Harmonies of #9B5657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5657

Black with #9B5657

Text Example


Text Example

White with #9B5657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B5657; }

 p { color: rgb(155,86,87); }

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

background-color css

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

 a { background-color: rgb(155,86,87); }

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

border-color css

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

 span { border-color: rgb(155,86,87); }

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