Html Css Color HEX #B1AB96 Bison Hide

📋 copy color: '#B1AB96'

red 177 ◦ green 171 ◦ blue 150

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

Shades of Bison Hide #B1AB96

Tints of Bison Hide #B1AB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.12%

R = 35.54%
G = 34.34%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B1AB96 (or 0xB1AB96) is known color: Bison Hide. HEX triplet: B1, AB and 96. RGB value is (177,171,150). Sum of RGB (Red+Green+Blue) = 177+171+150=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB96 is #4E5469. Grayscale: #AAAAAA. Windows color (decimal): -5133418 or 9874353. OLE color: 9874353.

HSL color Cylindrical-coordinate representation of color #B1AB96: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1AB96 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 150 -
CMYK 0 0.03 0.15 0.31
HSL 46.67º 0.15% 0.64% -
HSV(B) 46.67º 0.15% 0.69% -
XYZ 38.2 40.67 34.69 -
YUV 170.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 177 171 150 0 0.03 0.15 0.31 46.67 0.15 0.64
Hex B1 AB 96 0 3 F 1F 2F F 40
Octal 261 253 226 0 3 17 37 57 17 100
Binary 10110001 10101011 10010110 0 11 1111 11111 101111 1111 1000000

Color Harmonies of #B1AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB96

Black with #B1AB96

Text Example


Text Example

White with #B1AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB96; }

 p { color: rgb(177,171,150); }

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

background-color css

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

 a { background-color: rgb(177,171,150); }

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

border-color css

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

 span { border-color: rgb(177,171,150); }

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