Html Css Color HEX #B6A98E Bison Hide

📋 copy color: '#B6A98E'

red 182 ◦ green 169 ◦ blue 142

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

Shades of Bison Hide #B6A98E

Tints of Bison Hide #B6A98E

RGB

 RED value IS 182 (71.48% from 255) = 36.92%

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

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 36.92%
G = 34.28%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6A98E (or 0xB6A98E) is known color: Bison Hide. HEX triplet: B6, A9 and 8E. RGB value is (182,169,142). Sum of RGB (Red+Green+Blue) = 182+169+142=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A98E is #495671. Grayscale: #A9A9A9. Windows color (decimal): -4806258 or 9349558. OLE color: 9349558.

HSL color Cylindrical-coordinate representation of color #B6A98E: hue angle of 40.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6A98E is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 169 142 -
CMYK 0 0.07 0.22 0.29
HSL 40.5º 0.22% 0.64% -
HSV(B) 40.5º 0.22% 0.71% -
XYZ 38.36 40.27 31.34 -
YUV 169.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 182 169 142 0 0.07 0.22 0.29 40.5 0.22 0.64
Hex B6 A9 8E 0 7 16 1D 28 16 40
Octal 266 251 216 0 7 26 35 50 26 100
Binary 10110110 10101001 10001110 0 111 10110 11101 101000 10110 1000000

Color Harmonies of #B6A98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A98E

Black with #B6A98E

Text Example


Text Example

White with #B6A98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A98E; }

 p { color: rgb(182,169,142); }

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

background-color css

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

 a { background-color: rgb(182,169,142); }

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

border-color css

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

 span { border-color: rgb(182,169,142); }

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