Html Css Color HEX #B5AF98 Bison Hide

📋 copy color: '#B5AF98'

red 181 ◦ green 175 ◦ blue 152

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

Shades of Bison Hide #B5AF98

Tints of Bison Hide #B5AF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.92%

R = 35.63%
G = 34.45%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B5AF98 (or 0xB5AF98) is known color: Bison Hide. HEX triplet: B5, AF and 98. RGB value is (181,175,152). Sum of RGB (Red+Green+Blue) = 181+175+152=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF98 is #4A5067. Grayscale: #AEAEAE. Windows color (decimal): -4870248 or 10006453. OLE color: 10006453.

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

Color convert

RGB 181 175 152 -
CMYK 0 0.03 0.16 0.29
HSL 47.59º 0.16% 0.65% -
HSV(B) 47.59º 0.16% 0.71% -
XYZ 40.05 42.75 35.85 -
YUV 174.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 181 175 152 0 0.03 0.16 0.29 47.59 0.16 0.65
Hex B5 AF 98 0 3 10 1D 30 10 41
Octal 265 257 230 0 3 20 35 60 20 101
Binary 10110101 10101111 10011000 0 11 10000 11101 110000 10000 1000001

Color Harmonies of #B5AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF98

Black with #B5AF98

Text Example


Text Example

White with #B5AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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