Html Css Color HEX #B5AF99 Bison Hide

📋 copy color: '#B5AF99'

red 181 ◦ green 175 ◦ blue 153

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

Shades of Bison Hide #B5AF99

Tints of Bison Hide #B5AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

 BLUE value IS 153 (60.16% from 255) = 30.06%

R = 35.56%
G = 34.38%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5AF99 (or 0xB5AF99) is known color: Bison Hide. HEX triplet: B5, AF and 99. RGB value is (181,175,153). Sum of RGB (Red+Green+Blue) = 181+175+153=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF99 is #4A5066. Grayscale: #AEAEAE. Windows color (decimal): -4870247 or 10071989. OLE color: 10071989.

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

Color convert

RGB 181 175 153 -
CMYK 0 0.03 0.15 0.29
HSL 47.14º 0.16% 0.65% -
HSV(B) 47.14º 0.15% 0.71% -
XYZ 40.14 42.78 36.28 -
YUV 174.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 181 175 153 0 0.03 0.15 0.29 47.14 0.16 0.65
Hex B5 AF 99 0 3 F 1D 2F 10 41
Octal 265 257 231 0 3 17 35 57 20 101
Binary 10110101 10101111 10011001 0 11 1111 11101 101111 10000 1000001

Color Harmonies of #B5AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF99

Black with #B5AF99

Text Example


Text Example

White with #B5AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF99; }

 p { color: rgb(181,175,153); }

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

background-color css

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

 a { background-color: rgb(181,175,153); }

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

border-color css

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

 span { border-color: rgb(181,175,153); }

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