Html Css Color HEX #B5AF9D Bison Hide

📋 copy color: '#B5AF9D'

red 181 ◦ green 175 ◦ blue 157

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

Shades of Bison Hide #B5AF9D

Tints of Bison Hide #B5AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.6%

R = 35.28%
G = 34.11%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5AF9D (or 0xB5AF9D) is known color: Bison Hide. HEX triplet: B5, AF and 9D. RGB value is (181,175,157). Sum of RGB (Red+Green+Blue) = 181+175+157=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF9D is #4A5062. Grayscale: #AEAEAE. Windows color (decimal): -4870243 or 10334133. OLE color: 10334133.

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

Color convert

RGB 181 175 157 -
CMYK 0 0.03 0.13 0.29
HSL 45º 0.14% 0.66% -
HSV(B) 45º 0.13% 0.71% -
XYZ 40.47 42.92 38.05 -
YUV 174.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 181 175 157 0 0.03 0.13 0.29 45 0.14 0.66
Hex B5 AF 9D 0 3 D 1D 2D E 42
Octal 265 257 235 0 3 15 35 55 16 102
Binary 10110101 10101111 10011101 0 11 1101 11101 101101 1110 1000010

Color Harmonies of #B5AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF9D

Black with #B5AF9D

Text Example


Text Example

White with #B5AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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