Html Css Color HEX #B0A490 Bison Hide

📋 copy color: '#B0A490'

red 176 ◦ green 164 ◦ blue 144

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

Shades of Bison Hide #B0A490

Tints of Bison Hide #B0A490

RGB

 RED value IS 176 (69.14% from 255) = 36.36%

 GREEN value IS 164 (64.45% from 255) = 33.88%

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

R = 36.36%
G = 33.88%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B0A490 (or 0xB0A490) is known color: Bison Hide. HEX triplet: B0, A4 and 90. RGB value is (176,164,144). Sum of RGB (Red+Green+Blue) = 176+164+144=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A490 is #4F5B6F. Grayscale: #A5A5A5. Windows color (decimal): -5200752 or 9479344. OLE color: 9479344.

HSL color Cylindrical-coordinate representation of color #B0A490: hue angle of 37.5º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A490 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 164 144 -
CMYK 0 0.07 0.18 0.31
HSL 37.5º 0.17% 0.63% -
HSV(B) 37.5º 0.18% 0.69% -
XYZ 36.21 37.79 31.77 -
YUV 165.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 176 164 144 0 0.07 0.18 0.31 37.5 0.17 0.63
Hex B0 A4 90 0 7 12 1F 26 11 3F
Octal 260 244 220 0 7 22 37 46 21 77
Binary 10110000 10100100 10010000 0 111 10010 11111 100110 10001 111111

Color Harmonies of #B0A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A490

Black with #B0A490

Text Example


Text Example

White with #B0A490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A490; }

 p { color: rgb(176,164,144); }

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

background-color css

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

 a { background-color: rgb(176,164,144); }

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

border-color css

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

 span { border-color: rgb(176,164,144); }

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