Html Css Color HEX #B3AB93 Bison Hide

📋 copy color: '#B3AB93'

red 179 ◦ green 171 ◦ blue 147

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

Shades of Bison Hide #B3AB93

Tints of Bison Hide #B3AB93

RGB

 RED value IS 179 (70.31% from 255) = 36.02%

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

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

R = 36.02%
G = 34.41%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B3AB93 (or 0xB3AB93) is known color: Bison Hide. HEX triplet: B3, AB and 93. RGB value is (179,171,147). Sum of RGB (Red+Green+Blue) = 179+171+147=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB93 is #4C546C. Grayscale: #AAAAAA. Windows color (decimal): -5002349 or 9677747. OLE color: 9677747.

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

Color convert

RGB 179 171 147 -
CMYK 0 0.04 0.18 0.30
HSL 45º 0.17% 0.64% -
HSV(B) 45º 0.18% 0.7% -
XYZ 38.42 40.82 33.46 -
YUV 170.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 179 171 147 0 0.04 0.18 0.30 45 0.17 0.64
Hex B3 AB 93 0 4 12 1E 2D 11 40
Octal 263 253 223 0 4 22 36 55 21 100
Binary 10110011 10101011 10010011 0 100 10010 11110 101101 10001 1000000

Color Harmonies of #B3AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB93

Black with #B3AB93

Text Example


Text Example

White with #B3AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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