Html Css Color HEX #9B5054 Hippie Pink

📋 copy color: '#9B5054'

red 155 ◦ green 80 ◦ blue 84

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

Shades of Hippie Pink #9B5054

Tints of Hippie Pink #9B5054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.33%

R = 48.59%
G = 25.08%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5054 (or 0x9B5054) is known color: Hippie Pink. HEX triplet: 9B, 50 and 54. RGB value is (155,80,84). Sum of RGB (Red+Green+Blue) = 155+80+84=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5054 is #64AFAB. Grayscale: #666666. Windows color (decimal): -6598572 or 5525659. OLE color: 5525659.

HSL color Cylindrical-coordinate representation of color #9B5054: hue angle of 356.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5054 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 84 -
CMYK 0 0.48 0.46 0.39
HSL 356.8º 0.32% 0.46% -
HSV(B) 356.8º 0.48% 0.61% -
XYZ 17.99 13.35 10.02 -
YUV 102.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 155 80 84 0 0.48 0.46 0.39 356.8 0.32 0.46
Hex 9B 50 54 0 30 2E 27 165 20 2E
Octal 233 120 124 0 60 56 47 545 40 56
Binary 10011011 1010000 1010100 0 110000 101110 100111 101100101 100000 101110

Color Harmonies of #9B5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5054

Black with #9B5054

Text Example


Text Example

White with #9B5054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,84); }

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

background-color css

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

 a { background-color: rgb(155,80,84); }

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

border-color css

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

 span { border-color: rgb(155,80,84); }

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