Html Css Color HEX #9B8995 Bouquet

📋 copy color: '#9B8995'

red 155 ◦ green 137 ◦ blue 149

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

Shades of Bouquet #9B8995

Tints of Bouquet #9B8995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 35.15%
G = 31.07%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B8995 (or 0x9B8995) is known color: Bouquet. HEX triplet: 9B, 89 and 95. RGB value is (155,137,149). Sum of RGB (Red+Green+Blue) = 155+137+149=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8995 is #64766A. Grayscale: #8F8F8F. Windows color (decimal): -6583915 or 9800091. OLE color: 9800091.

HSL color Cylindrical-coordinate representation of color #9B8995: hue angle of 320º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B8995 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 149 -
CMYK 0 0.12 0.04 0.39
HSL 320º 0.08% 0.57% -
HSV(B) 320º 0.12% 0.61% -
XYZ 27.89 27.03 32.18 -
YUV 143.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 155 137 149 0 0.12 0.04 0.39 320 0.08 0.57
Hex 9B 89 95 0 C 4 27 140 8 39
Octal 233 211 225 0 14 4 47 500 10 71
Binary 10011011 10001001 10010101 0 1100 100 100111 101000000 1000 111001

Color Harmonies of #9B8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8995

Black with #9B8995

Text Example


Text Example

White with #9B8995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,149); }

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

background-color css

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

 a { background-color: rgb(155,137,149); }

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

border-color css

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

 span { border-color: rgb(155,137,149); }

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