Html Css Color HEX #B7AD96 Bison Hide

📋 copy color: '#B7AD96'

red 183 ◦ green 173 ◦ blue 150

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

Shades of Bison Hide #B7AD96

Tints of Bison Hide #B7AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 36.17%
G = 34.19%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B7AD96 (or 0xB7AD96) is known color: Bison Hide. HEX triplet: B7, AD and 96. RGB value is (183,173,150). Sum of RGB (Red+Green+Blue) = 183+173+150=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD96 is #485269. Grayscale: #ADADAD. Windows color (decimal): -4739690 or 9874871. OLE color: 9874871.

HSL color Cylindrical-coordinate representation of color #B7AD96: hue angle of 41.82º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7AD96 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 150 -
CMYK 0 0.05 0.18 0.28
HSL 41.82º 0.19% 0.65% -
HSV(B) 41.82º 0.18% 0.72% -
XYZ 39.98 42.16 34.88 -
YUV 173.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 183 173 150 0 0.05 0.18 0.28 41.82 0.19 0.65
Hex B7 AD 96 0 5 12 1C 2A 13 41
Octal 267 255 226 0 5 22 34 52 23 101
Binary 10110111 10101101 10010110 0 101 10010 11100 101010 10011 1000001

Color Harmonies of #B7AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD96

Black with #B7AD96

Text Example


Text Example

White with #B7AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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