Html Css Color HEX #B5AD9A Bison Hide

📋 copy color: '#B5AD9A'

red 181 ◦ green 173 ◦ blue 154

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

Shades of Bison Hide #B5AD9A

Tints of Bison Hide #B5AD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 35.63%
G = 34.06%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5AD9A (or 0xB5AD9A) is known color: Bison Hide. HEX triplet: B5, AD and 9A. RGB value is (181,173,154). Sum of RGB (Red+Green+Blue) = 181+173+154=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD9A is #4A5265. Grayscale: #ADADAD. Windows color (decimal): -4870758 or 10137013. OLE color: 10137013.

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

Color convert

RGB 181 173 154 -
CMYK 0 0.04 0.15 0.29
HSL 42.22º 0.15% 0.66% -
HSV(B) 42.22º 0.15% 0.71% -
XYZ 39.83 42.04 36.59 -
YUV 173.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 181 173 154 0 0.04 0.15 0.29 42.22 0.15 0.66
Hex B5 AD 9A 0 4 F 1D 2A F 42
Octal 265 255 232 0 4 17 35 52 17 102
Binary 10110101 10101101 10011010 0 100 1111 11101 101010 1111 1000010

Color Harmonies of #B5AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD9A

Black with #B5AD9A

Text Example


Text Example

White with #B5AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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