Html Css Color HEX #B0A590 Bison Hide

📋 copy color: '#B0A590'

red 176 ◦ green 165 ◦ blue 144

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

Shades of Bison Hide #B0A590

Tints of Bison Hide #B0A590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

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

R = 36.29%
G = 34.02%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B0A590 (or 0xB0A590) is known color: Bison Hide. HEX triplet: B0, A5 and 90. RGB value is (176,165,144). Sum of RGB (Red+Green+Blue) = 176+165+144=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A590 is #4F5A6F. Grayscale: #A5A5A5. Windows color (decimal): -5200496 or 9479600. OLE color: 9479600.

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

Color convert

RGB 176 165 144 -
CMYK 0 0.06 0.18 0.31
HSL 39.38º 0.17% 0.63% -
HSV(B) 39.38º 0.18% 0.69% -
XYZ 36.39 38.15 31.83 -
YUV 165.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 176 165 144 0 0.06 0.18 0.31 39.38 0.17 0.63
Hex B0 A5 90 0 6 12 1F 27 11 3F
Octal 260 245 220 0 6 22 37 47 21 77
Binary 10110000 10100101 10010000 0 110 10010 11111 100111 10001 111111

Color Harmonies of #B0A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A590

Black with #B0A590

Text Example


Text Example

White with #B0A590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A590; }

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

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

background-color css

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

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

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

border-color css

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

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

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