Html Css Color HEX #B9A890 Bison Hide

📋 copy color: '#B9A890'

red 185 ◦ green 168 ◦ blue 144

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

Shades of Bison Hide #B9A890

Tints of Bison Hide #B9A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

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

R = 37.22%
G = 33.8%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B9A890 (or 0xB9A890) is known color: Bison Hide. HEX triplet: B9, A8 and 90. RGB value is (185,168,144). Sum of RGB (Red+Green+Blue) = 185+168+144=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A890 is #46576F. Grayscale: #AAAAAA. Windows color (decimal): -4609904 or 9480377. OLE color: 9480377.

HSL color Cylindrical-coordinate representation of color #B9A890: hue angle of 35.12º 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 #B9A890 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 144 -
CMYK 0 0.09 0.22 0.27
HSL 35.12º 0.23% 0.65% -
HSV(B) 35.12º 0.22% 0.73% -
XYZ 39.04 40.33 32.11 -
YUV 170.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 185 168 144 0 0.09 0.22 0.27 35.12 0.23 0.65
Hex B9 A8 90 0 9 16 1B 23 17 41
Octal 271 250 220 0 11 26 33 43 27 101
Binary 10111001 10101000 10010000 0 1001 10110 11011 100011 10111 1000001

Color Harmonies of #B9A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A890

Black with #B9A890

Text Example


Text Example

White with #B9A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A890; }

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

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

background-color css

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

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

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

border-color css

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

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

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