Html Css Color HEX #B9AB93 Bison Hide

📋 copy color: '#B9AB93'

red 185 ◦ green 171 ◦ blue 147

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

Shades of Bison Hide #B9AB93

Tints of Bison Hide #B9AB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.22%

R = 36.78%
G = 34%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B9AB93 (or 0xB9AB93) is known color: Bison Hide. HEX triplet: B9, AB and 93. RGB value is (185,171,147). Sum of RGB (Red+Green+Blue) = 185+171+147=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB93 is #46546C. Grayscale: #ACACAC. Windows color (decimal): -4609133 or 9677753. OLE color: 9677753.

HSL color Cylindrical-coordinate representation of color #B9AB93: hue angle of 37.89º degrees, saturation: 0.21, 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 #B9AB93 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 147 -
CMYK 0 0.08 0.21 0.27
HSL 37.89º 0.21% 0.65% -
HSV(B) 37.89º 0.21% 0.73% -
XYZ 39.84 41.55 33.52 -
YUV 172.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 185 171 147 0 0.08 0.21 0.27 37.89 0.21 0.65
Hex B9 AB 93 0 8 15 1B 26 15 41
Octal 271 253 223 0 10 25 33 46 25 101
Binary 10111001 10101011 10010011 0 1000 10101 11011 100110 10101 1000001

Color Harmonies of #B9AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB93

Black with #B9AB93

Text Example


Text Example

White with #B9AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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