Html Css Color HEX #B2AB99 Bison Hide

📋 copy color: '#B2AB99'

red 178 ◦ green 171 ◦ blue 153

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

Shades of Bison Hide #B2AB99

Tints of Bison Hide #B2AB99

RGB

 RED value IS 178 (69.92% from 255) = 35.46%

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

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

R = 35.46%
G = 34.06%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B2AB99 (or 0xB2AB99) is known color: Bison Hide. HEX triplet: B2, AB and 99. RGB value is (178,171,153). Sum of RGB (Red+Green+Blue) = 178+171+153=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB99 is #4D5466. Grayscale: #ABABAB. Windows color (decimal): -5067879 or 10070962. OLE color: 10070962.

HSL color Cylindrical-coordinate representation of color #B2AB99: hue angle of 43.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2AB99 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 153 -
CMYK 0 0.04 0.14 0.30
HSL 43.2º 0.14% 0.65% -
HSV(B) 43.2º 0.14% 0.7% -
XYZ 38.67 40.89 35.99 -
YUV 171.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 178 171 153 0 0.04 0.14 0.30 43.2 0.14 0.65
Hex B2 AB 99 0 4 E 1E 2B E 41
Octal 262 253 231 0 4 16 36 53 16 101
Binary 10110010 10101011 10011001 0 100 1110 11110 101011 1110 1000001

Color Harmonies of #B2AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB99

Black with #B2AB99

Text Example


Text Example

White with #B2AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB99; }

 p { color: rgb(178,171,153); }

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

background-color css

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

 a { background-color: rgb(178,171,153); }

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

border-color css

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

 span { border-color: rgb(178,171,153); }

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