Html Css Color HEX #B0A692 Bison Hide

📋 copy color: '#B0A692'

red 176 ◦ green 166 ◦ blue 146

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

Shades of Bison Hide #B0A692

Tints of Bison Hide #B0A692

RGB

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

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

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

R = 36.07%
G = 34.02%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B0A692 (or 0xB0A692) is known color: Bison Hide. HEX triplet: B0, A6 and 92. RGB value is (176,166,146). Sum of RGB (Red+Green+Blue) = 176+166+146=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A692 is #4F596D. Grayscale: #A6A6A6. Windows color (decimal): -5200238 or 9610928. OLE color: 9610928.

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

Color convert

RGB 176 166 146 -
CMYK 0 0.06 0.17 0.31
HSL 40º 0.16% 0.63% -
HSV(B) 40º 0.17% 0.69% -
XYZ 36.73 38.58 32.7 -
YUV 166.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 176 166 146 0 0.06 0.17 0.31 40 0.16 0.63
Hex B0 A6 92 0 6 11 1F 28 10 3F
Octal 260 246 222 0 6 21 37 50 20 77
Binary 10110000 10100110 10010010 0 110 10001 11111 101000 10000 111111

Color Harmonies of #B0A692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A692

Black with #B0A692

Text Example


Text Example

White with #B0A692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A692; }

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

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

background-color css

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

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

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

border-color css

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

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

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