Html Css Color HEX #B9B194 Bison Hide

📋 copy color: '#B9B194'

red 185 ◦ green 177 ◦ blue 148

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

Shades of Bison Hide #B9B194

Tints of Bison Hide #B9B194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 36.27%
G = 34.71%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B9B194 (or 0xB9B194) is known color: Bison Hide. HEX triplet: B9, B1 and 94. RGB value is (185,177,148). Sum of RGB (Red+Green+Blue) = 185+177+148=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B194 is #464E6B. Grayscale: #B0B0B0. Windows color (decimal): -4607596 or 9744825. OLE color: 9744825.

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

Color convert

RGB 185 177 148 -
CMYK 0 0.04 0.20 0.27
HSL 47.03º 0.21% 0.65% -
HSV(B) 47.03º 0.2% 0.73% -
XYZ 41.08 43.9 34.33 -
YUV 176.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 185 177 148 0 0.04 0.20 0.27 47.03 0.21 0.65
Hex B9 B1 94 0 4 14 1B 2F 15 41
Octal 271 261 224 0 4 24 33 57 25 101
Binary 10111001 10110001 10010100 0 100 10100 11011 101111 10101 1000001

Color Harmonies of #B9B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B194

Black with #B9B194

Text Example


Text Example

White with #B9B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B194; }

 p { color: rgb(185,177,148); }

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

background-color css

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

 a { background-color: rgb(185,177,148); }

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

border-color css

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

 span { border-color: rgb(185,177,148); }

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