Html Css Color HEX #B5AD90 Bison Hide

📋 copy color: '#B5AD90'

red 181 ◦ green 173 ◦ blue 144

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

Shades of Bison Hide #B5AD90

Tints of Bison Hide #B5AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 36.35%
G = 34.74%
B = 28.92%

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

#B5AD90 (or 0xB5AD90) is known color: Bison Hide. HEX triplet: B5, AD and 90. RGB value is (181,173,144). Sum of RGB (Red+Green+Blue) = 181+173+144=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD90 is #4A526F. Grayscale: #ACACAC. Windows color (decimal): -4870768 or 9481653. OLE color: 9481653.

HSL color Cylindrical-coordinate representation of color #B5AD90: hue angle of 47.03º 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 #B5AD90 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 144 -
CMYK 0 0.04 0.20 0.29
HSL 47.03º 0.2% 0.64% -
HSV(B) 47.03º 0.2% 0.71% -
XYZ 39.03 41.72 32.38 -
YUV 172.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 181 173 144 0 0.04 0.20 0.29 47.03 0.2 0.64
Hex B5 AD 90 0 4 14 1D 2F 14 40
Octal 265 255 220 0 4 24 35 57 24 100
Binary 10110101 10101101 10010000 0 100 10100 11101 101111 10100 1000000

Color Harmonies of #B5AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD90

Black with #B5AD90

Text Example


Text Example

White with #B5AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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