Html Css Color HEX #B7AD92 Bison Hide

📋 copy color: '#B7AD92'

red 183 ◦ green 173 ◦ blue 146

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

Shades of Bison Hide #B7AD92

Tints of Bison Hide #B7AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 36.45%
G = 34.46%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B7AD92 (or 0xB7AD92) is known color: Bison Hide. HEX triplet: B7, AD and 92. RGB value is (183,173,146). Sum of RGB (Red+Green+Blue) = 183+173+146=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD92 is #48526D. Grayscale: #ADADAD. Windows color (decimal): -4739694 or 9612727. OLE color: 9612727.

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

Color convert

RGB 183 173 146 -
CMYK 0 0.05 0.20 0.28
HSL 43.78º 0.2% 0.65% -
HSV(B) 43.78º 0.2% 0.72% -
XYZ 39.66 42.03 33.22 -
YUV 172.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 183 173 146 0 0.05 0.20 0.28 43.78 0.2 0.65
Hex B7 AD 92 0 5 14 1C 2C 14 41
Octal 267 255 222 0 5 24 34 54 24 101
Binary 10110111 10101101 10010010 0 101 10100 11100 101100 10100 1000001

Color Harmonies of #B7AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD92

Black with #B7AD92

Text Example


Text Example

White with #B7AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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