Html Css Color HEX #B1AB9B Bison Hide

📋 copy color: '#B1AB9B'

red 177 ◦ green 171 ◦ blue 155

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

Shades of Bison Hide #B1AB9B

Tints of Bison Hide #B1AB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 35.19%
G = 34%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1AB9B (or 0xB1AB9B) is known color: Bison Hide. HEX triplet: B1, AB and 9B. RGB value is (177,171,155). Sum of RGB (Red+Green+Blue) = 177+171+155=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB9B is #4E5464. Grayscale: #ABABAB. Windows color (decimal): -5133413 or 10202033. OLE color: 10202033.

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

Color convert

RGB 177 171 155 -
CMYK 0 0.03 0.12 0.31
HSL 43.64º 0.12% 0.65% -
HSV(B) 43.64º 0.12% 0.69% -
XYZ 38.61 40.84 36.86 -
YUV 170.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 177 171 155 0 0.03 0.12 0.31 43.64 0.12 0.65
Hex B1 AB 9B 0 3 C 1F 2C C 41
Octal 261 253 233 0 3 14 37 54 14 101
Binary 10110001 10101011 10011011 0 11 1100 11111 101100 1100 1000001

Color Harmonies of #B1AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB9B

Black with #B1AB9B

Text Example


Text Example

White with #B1AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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