Html Css Color HEX #B0A694 Bison Hide

📋 copy color: '#B0A694'

red 176 ◦ green 166 ◦ blue 148

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

Shades of Bison Hide #B0A694

Tints of Bison Hide #B0A694

RGB

 RED value IS 176 (69.14% from 255) = 35.92%

 GREEN value IS 166 (65.23% from 255) = 33.88%

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

R = 35.92%
G = 33.88%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B0A694 (or 0xB0A694) is known color: Bison Hide. HEX triplet: B0, A6 and 94. RGB value is (176,166,148). Sum of RGB (Red+Green+Blue) = 176+166+148=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A694 is #4F596B. Grayscale: #A7A7A7. Windows color (decimal): -5200236 or 9742000. OLE color: 9742000.

HSL color Cylindrical-coordinate representation of color #B0A694: hue angle of 38.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A694 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 166 148 -
CMYK 0 0.06 0.16 0.31
HSL 38.57º 0.15% 0.64% -
HSV(B) 38.57º 0.16% 0.69% -
XYZ 36.89 38.64 33.53 -
YUV 166.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 176 166 148 0 0.06 0.16 0.31 38.57 0.15 0.64
Hex B0 A6 94 0 6 10 1F 27 F 40
Octal 260 246 224 0 6 20 37 47 17 100
Binary 10110000 10100110 10010100 0 110 10000 11111 100111 1111 1000000

Color Harmonies of #B0A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A694

Black with #B0A694

Text Example


Text Example

White with #B0A694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A694; }

 p { color: rgb(176,166,148); }

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

background-color css

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

 a { background-color: rgb(176,166,148); }

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

border-color css

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

 span { border-color: rgb(176,166,148); }

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