Html Css Color HEX #B1A999 Bison Hide

📋 copy color: '#B1A999'

red 177 ◦ green 169 ◦ blue 153

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

Shades of Bison Hide #B1A999

Tints of Bison Hide #B1A999

RGB

 RED value IS 177 (69.53% from 255) = 35.47%

 GREEN value IS 169 (66.41% from 255) = 33.87%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 35.47%
G = 33.87%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B1A999 (or 0xB1A999) is known color: Bison Hide. HEX triplet: B1, A9 and 99. RGB value is (177,169,153). Sum of RGB (Red+Green+Blue) = 177+169+153=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A999 is #4E5666. Grayscale: #A9A9A9. Windows color (decimal): -5133927 or 10070449. OLE color: 10070449.

HSL color Cylindrical-coordinate representation of color #B1A999: hue angle of 40º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A999 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 169 153 -
CMYK 0 0.05 0.14 0.31
HSL 40º 0.13% 0.65% -
HSV(B) 40º 0.14% 0.69% -
XYZ 38.07 40.02 35.86 -
YUV 169.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 177 169 153 0 0.05 0.14 0.31 40 0.13 0.65
Hex B1 A9 99 0 5 E 1F 28 D 41
Octal 261 251 231 0 5 16 37 50 15 101
Binary 10110001 10101001 10011001 0 101 1110 11111 101000 1101 1000001

Color Harmonies of #B1A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A999

Black with #B1A999

Text Example


Text Example

White with #B1A999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A999; }

 p { color: rgb(177,169,153); }

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

background-color css

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

 a { background-color: rgb(177,169,153); }

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

border-color css

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

 span { border-color: rgb(177,169,153); }

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