Html Css Color HEX #B9AD92 Bison Hide

📋 copy color: '#B9AD92'

red 185 ◦ green 173 ◦ blue 146

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

Shades of Bison Hide #B9AD92

Tints of Bison Hide #B9AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 36.71%
G = 34.33%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B9AD92 (or 0xB9AD92) is known color: Bison Hide. HEX triplet: B9, AD and 92. RGB value is (185,173,146). Sum of RGB (Red+Green+Blue) = 185+173+146=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD92 is #46526D. Grayscale: #ADADAD. Windows color (decimal): -4608622 or 9612729. OLE color: 9612729.

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

Color convert

RGB 185 173 146 -
CMYK 0 0.06 0.21 0.27
HSL 41.54º 0.22% 0.65% -
HSV(B) 41.54º 0.21% 0.73% -
XYZ 40.14 42.28 33.24 -
YUV 173.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 185 173 146 0 0.06 0.21 0.27 41.54 0.22 0.65
Hex B9 AD 92 0 6 15 1B 2A 16 41
Octal 271 255 222 0 6 25 33 52 26 101
Binary 10111001 10101101 10010010 0 110 10101 11011 101010 10110 1000001

Color Harmonies of #B9AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD92

Black with #B9AD92

Text Example


Text Example

White with #B9AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD92; }

 p { color: rgb(185,173,146); }

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

background-color css

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

 a { background-color: rgb(185,173,146); }

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

border-color css

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

 span { border-color: rgb(185,173,146); }

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