Html Css Color HEX #B9AB90 Bison Hide

📋 copy color: '#B9AB90'

red 185 ◦ green 171 ◦ blue 144

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

Shades of Bison Hide #B9AB90

Tints of Bison Hide #B9AB90

RGB

 RED value IS 185 (72.66% from 255) = 37%

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 37%
G = 34.2%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B9AB90 (or 0xB9AB90) is known color: Bison Hide. HEX triplet: B9, AB and 90. RGB value is (185,171,144). Sum of RGB (Red+Green+Blue) = 185+171+144=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB90 is #46546F. Grayscale: #ACACAC. Windows color (decimal): -4609136 or 9481145. OLE color: 9481145.

HSL color Cylindrical-coordinate representation of color #B9AB90: hue angle of 39.51º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9AB90 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 144 -
CMYK 0 0.08 0.22 0.27
HSL 39.51º 0.23% 0.65% -
HSV(B) 39.51º 0.22% 0.73% -
XYZ 39.6 41.45 32.3 -
YUV 172.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 185 171 144 0 0.08 0.22 0.27 39.51 0.23 0.65
Hex B9 AB 90 0 8 16 1B 28 17 41
Octal 271 253 220 0 10 26 33 50 27 101
Binary 10111001 10101011 10010000 0 1000 10110 11011 101000 10111 1000001

Color Harmonies of #B9AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB90

Black with #B9AB90

Text Example


Text Example

White with #B9AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB90; }

 p { color: rgb(185,171,144); }

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

background-color css

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

 a { background-color: rgb(185,171,144); }

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

border-color css

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

 span { border-color: rgb(185,171,144); }

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