Html Css Color HEX #B7AD99 Bison Hide

📋 copy color: '#B7AD99'

red 183 ◦ green 173 ◦ blue 153

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

Shades of Bison Hide #B7AD99

Tints of Bison Hide #B7AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.99%

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

R = 35.95%
G = 33.99%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7AD99 (or 0xB7AD99) is known color: Bison Hide. HEX triplet: B7, AD and 99. RGB value is (183,173,153). Sum of RGB (Red+Green+Blue) = 183+173+153=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD99 is #485266. Grayscale: #ADADAD. Windows color (decimal): -4739687 or 10071479. OLE color: 10071479.

HSL color Cylindrical-coordinate representation of color #B7AD99: hue angle of 40º 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 #B7AD99 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 153 -
CMYK 0 0.05 0.16 0.28
HSL 40º 0.17% 0.66% -
HSV(B) 40º 0.16% 0.72% -
XYZ 40.22 42.25 36.17 -
YUV 173.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 183 173 153 0 0.05 0.16 0.28 40 0.17 0.66
Hex B7 AD 99 0 5 10 1C 28 11 42
Octal 267 255 231 0 5 20 34 50 21 102
Binary 10110111 10101101 10011001 0 101 10000 11100 101000 10001 1000010

Color Harmonies of #B7AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD99

Black with #B7AD99

Text Example


Text Example

White with #B7AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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