#BDB091

Color #BDB091 Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #BDB091

Tints of Bison Hide #BDB091

Color information

#BDB091 (or 0xBDB091) is unknown color: approx Bison Hide. HEX triplet: BD, B0 and 91. RGB value is (189,176,145). Sum of RGB (Red+Green+Blue) = 189+176+145=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB091 is #424F6E. Grayscale: #B0B0B0. Windows color (decimal): -4345711 or 9547965. OLE color: 9547965.

HSL color Cylindrical-coordinate representation of color #BDB091: hue angle of 42.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB091 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189176145-
CMYK00.070.230.26
HSL42.27º25%65.49%-
HSV(B)42.27º23.28%74.12%-
XYZ41.6243.9133.07-
YUV176.35110.31137.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=37.06%
G=34.51%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917614500.070.230.2642.272565.49
HexBDB09107171A2a1941
Octal2752602210727325231101
Binary10111101101100001001000101111011111010101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB091; }

 p { color: rgb(189,176,145); }

 H1.HeaderClassName
 {
   color: #BDB091;
 }
 .AnyTagClassName
 {
   color: #BDB091;
 }
</style>
background-color css

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

 a { background-color: rgb(189,176,145); }

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

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

 span { border-color: rgb(189,176,145); }

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