Html Css Color HEX #B7A994 Bison Hide

📋 copy color: '#B7A994'

red 183 ◦ green 169 ◦ blue 148

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

Shades of Bison Hide #B7A994

Tints of Bison Hide #B7A994

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.8%

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

R = 36.6%
G = 33.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B7A994 (or 0xB7A994) is known color: Bison Hide. HEX triplet: B7, A9 and 94. RGB value is (183,169,148). Sum of RGB (Red+Green+Blue) = 183+169+148=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A994 is #48566B. Grayscale: #AAAAAA. Windows color (decimal): -4740716 or 9742775. OLE color: 9742775.

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

Color convert

RGB 183 169 148 -
CMYK 0 0.08 0.19 0.28
HSL 36º 0.2% 0.65% -
HSV(B) 36º 0.19% 0.72% -
XYZ 39.06 40.58 33.79 -
YUV 170.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 183 169 148 0 0.08 0.19 0.28 36 0.2 0.65
Hex B7 A9 94 0 8 13 1C 24 14 41
Octal 267 251 224 0 10 23 34 44 24 101
Binary 10110111 10101001 10010100 0 1000 10011 11100 100100 10100 1000001

Color Harmonies of #B7A994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A994

Black with #B7A994

Text Example


Text Example

White with #B7A994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A994; }

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

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

background-color css

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

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

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

border-color css

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

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

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