Html Css Color HEX #B5AD91 Bison Hide

📋 copy color: '#B5AD91'

red 181 ◦ green 173 ◦ blue 145

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

Shades of Bison Hide #B5AD91

Tints of Bison Hide #B5AD91

RGB

 RED value IS 181 (71.09% from 255) = 36.27%

 GREEN value IS 173 (67.97% from 255) = 34.67%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 36.27%
G = 34.67%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B5AD91 (or 0xB5AD91) is known color: Bison Hide. HEX triplet: B5, AD and 91. RGB value is (181,173,145). Sum of RGB (Red+Green+Blue) = 181+173+145=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD91 is #4A526E. Grayscale: #ACACAC. Windows color (decimal): -4870767 or 9547189. OLE color: 9547189.

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

Color convert

RGB 181 173 145 -
CMYK 0 0.04 0.20 0.29
HSL 46.67º 0.2% 0.64% -
HSV(B) 46.67º 0.2% 0.71% -
XYZ 39.11 41.76 32.79 -
YUV 172.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 181 173 145 0 0.04 0.20 0.29 46.67 0.2 0.64
Hex B5 AD 91 0 4 14 1D 2F 14 40
Octal 265 255 221 0 4 24 35 57 24 100
Binary 10110101 10101101 10010001 0 100 10100 11101 101111 10100 1000000

Color Harmonies of #B5AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD91

Black with #B5AD91

Text Example


Text Example

White with #B5AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD91; }

 p { color: rgb(181,173,145); }

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

background-color css

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

 a { background-color: rgb(181,173,145); }

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

border-color css

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

 span { border-color: rgb(181,173,145); }

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