Html Css Color HEX #B7AD94 Bison Hide

📋 copy color: '#B7AD94'

red 183 ◦ green 173 ◦ blue 148

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

Shades of Bison Hide #B7AD94

Tints of Bison Hide #B7AD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 36.31%
G = 34.33%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B7AD94 (or 0xB7AD94) is known color: Bison Hide. HEX triplet: B7, AD and 94. RGB value is (183,173,148). Sum of RGB (Red+Green+Blue) = 183+173+148=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD94 is #48526B. Grayscale: #ADADAD. Windows color (decimal): -4739692 or 9743799. OLE color: 9743799.

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

Color convert

RGB 183 173 148 -
CMYK 0 0.05 0.19 0.28
HSL 42.86º 0.2% 0.65% -
HSV(B) 42.86º 0.19% 0.72% -
XYZ 39.82 42.09 34.04 -
YUV 173.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 183 173 148 0 0.05 0.19 0.28 42.86 0.2 0.65
Hex B7 AD 94 0 5 13 1C 2B 14 41
Octal 267 255 224 0 5 23 34 53 24 101
Binary 10110111 10101101 10010100 0 101 10011 11100 101011 10100 1000001

Color Harmonies of #B7AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD94

Black with #B7AD94

Text Example


Text Example

White with #B7AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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