Html Css Color HEX #B8AF99 Bison Hide

📋 copy color: '#B8AF99'

red 184 ◦ green 175 ◦ blue 153

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

Shades of Bison Hide #B8AF99

Tints of Bison Hide #B8AF99

RGB

 RED value IS 184 (72.27% from 255) = 35.94%

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

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

R = 35.94%
G = 34.18%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B8AF99 (or 0xB8AF99) is known color: Bison Hide. HEX triplet: B8, AF and 99. RGB value is (184,175,153). Sum of RGB (Red+Green+Blue) = 184+175+153=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF99 is #475066. Grayscale: #AFAFAF. Windows color (decimal): -4673639 or 10071992. OLE color: 10071992.

HSL color Cylindrical-coordinate representation of color #B8AF99: hue angle of 42.58º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8AF99 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 153 -
CMYK 0 0.05 0.17 0.28
HSL 42.58º 0.18% 0.66% -
HSV(B) 42.58º 0.17% 0.72% -
XYZ 40.85 43.15 36.31 -
YUV 175.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 184 175 153 0 0.05 0.17 0.28 42.58 0.18 0.66
Hex B8 AF 99 0 5 11 1C 2B 12 42
Octal 270 257 231 0 5 21 34 53 22 102
Binary 10111000 10101111 10011001 0 101 10001 11100 101011 10010 1000010

Color Harmonies of #B8AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF99

Black with #B8AF99

Text Example


Text Example

White with #B8AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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