Html Css Color HEX #B4AD91 Bison Hide

📋 copy color: '#B4AD91'

red 180 ◦ green 173 ◦ blue 145

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

Shades of Bison Hide #B4AD91

Tints of Bison Hide #B4AD91

RGB

 RED value IS 180 (70.7% from 255) = 36.14%

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

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

R = 36.14%
G = 34.74%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B4AD91 (or 0xB4AD91) is known color: Bison Hide. HEX triplet: B4, AD and 91. RGB value is (180,173,145). Sum of RGB (Red+Green+Blue) = 180+173+145=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD91 is #4B526E. Grayscale: #ACACAC. Windows color (decimal): -4936303 or 9547188. OLE color: 9547188.

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

Color convert

RGB 180 173 145 -
CMYK 0 0.04 0.19 0.29
HSL 48º 0.19% 0.64% -
HSV(B) 48º 0.19% 0.71% -
XYZ 38.88 41.63 32.78 -
YUV 171.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 180 173 145 0 0.04 0.19 0.29 48 0.19 0.64
Hex B4 AD 91 0 4 13 1D 30 13 40
Octal 264 255 221 0 4 23 35 60 23 100
Binary 10110100 10101101 10010001 0 100 10011 11101 110000 10011 1000000

Color Harmonies of #B4AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD91

Black with #B4AD91

Text Example


Text Example

White with #B4AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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