Html Css Color HEX #B0A390 Bison Hide

📋 copy color: '#B0A390'

red 176 ◦ green 163 ◦ blue 144

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

Shades of Bison Hide #B0A390

Tints of Bison Hide #B0A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 36.44%
G = 33.75%
B = 29.81%

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

#B0A390 (or 0xB0A390) is known color: Bison Hide. HEX triplet: B0, A3 and 90. RGB value is (176,163,144). Sum of RGB (Red+Green+Blue) = 176+163+144=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A390 is #4F5C6F. Grayscale: #A4A4A4. Windows color (decimal): -5201008 or 9479088. OLE color: 9479088.

HSL color Cylindrical-coordinate representation of color #B0A390: hue angle of 35.62º 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 #B0A390 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 144 -
CMYK 0 0.07 0.18 0.31
HSL 35.63º 0.17% 0.63% -
HSV(B) 35.63º 0.18% 0.69% -
XYZ 36.04 37.44 31.71 -
YUV 164.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 176 163 144 0 0.07 0.18 0.31 35.63 0.17 0.63
Hex B0 A3 90 0 7 12 1F 24 11 3F
Octal 260 243 220 0 7 22 37 44 21 77
Binary 10110000 10100011 10010000 0 111 10010 11111 100100 10001 111111

Color Harmonies of #B0A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A390

Black with #B0A390

Text Example


Text Example

White with #B0A390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A390; }

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

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

background-color css

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

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

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

border-color css

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

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

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