Html Css Color HEX #B7AC99 Bison Hide

📋 copy color: '#B7AC99'

red 183 ◦ green 172 ◦ blue 153

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

Shades of Bison Hide #B7AC99

Tints of Bison Hide #B7AC99

RGB

 RED value IS 183 (71.88% from 255) = 36.02%

 GREEN value IS 172 (67.58% from 255) = 33.86%

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

R = 36.02%
G = 33.86%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7AC99 (or 0xB7AC99) is known color: Bison Hide. HEX triplet: B7, AC and 99. RGB value is (183,172,153). Sum of RGB (Red+Green+Blue) = 183+172+153=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC99 is #485366. Grayscale: #ADADAD. Windows color (decimal): -4739943 or 10071223. OLE color: 10071223.

HSL color Cylindrical-coordinate representation of color #B7AC99: hue angle of 38º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7AC99 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 172 153 -
CMYK 0 0.06 0.16 0.28
HSL 38º 0.17% 0.66% -
HSV(B) 38º 0.16% 0.72% -
XYZ 40.03 41.87 36.11 -
YUV 173.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 183 172 153 0 0.06 0.16 0.28 38 0.17 0.66
Hex B7 AC 99 0 6 10 1C 26 11 42
Octal 267 254 231 0 6 20 34 46 21 102
Binary 10110111 10101100 10011001 0 110 10000 11100 100110 10001 1000010

Color Harmonies of #B7AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AC99

Black with #B7AC99

Text Example


Text Example

White with #B7AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AC99; }

 p { color: rgb(183,172,153); }

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

background-color css

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

 a { background-color: rgb(183,172,153); }

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

border-color css

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

 span { border-color: rgb(183,172,153); }

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