Html Css Color HEX #B3A895 Bison Hide

📋 copy color: '#B3A895'

red 179 ◦ green 168 ◦ blue 149

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

Shades of Bison Hide #B3A895

Tints of Bison Hide #B3A895

RGB

 RED value IS 179 (70.31% from 255) = 36.09%

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 36.09%
G = 33.87%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B3A895 (or 0xB3A895) is known color: Bison Hide. HEX triplet: B3, A8 and 95. RGB value is (179,168,149). Sum of RGB (Red+Green+Blue) = 179+168+149=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A895 is #4C576A. Grayscale: #A9A9A9. Windows color (decimal): -5003115 or 9808051. OLE color: 9808051.

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

Color convert

RGB 179 168 149 -
CMYK 0 0.06 0.17 0.30
HSL 38º 0.16% 0.64% -
HSV(B) 38º 0.17% 0.7% -
XYZ 38.02 39.76 34.1 -
YUV 169.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 179 168 149 0 0.06 0.17 0.30 38 0.16 0.64
Hex B3 A8 95 0 6 11 1E 26 10 40
Octal 263 250 225 0 6 21 36 46 20 100
Binary 10110011 10101000 10010101 0 110 10001 11110 100110 10000 1000000

Color Harmonies of #B3A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A895

Black with #B3A895

Text Example


Text Example

White with #B3A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A895; }

 p { color: rgb(179,168,149); }

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

background-color css

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

 a { background-color: rgb(179,168,149); }

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

border-color css

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

 span { border-color: rgb(179,168,149); }

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