#BDB292

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

Shades of Bison Hide #BDB292

Tints of Bison Hide #BDB292

Color information

#BDB292 (or 0xBDB292) is unknown color: approx Bison Hide. HEX triplet: BD, B2 and 92. RGB value is (189,178,146). Sum of RGB (Red+Green+Blue) = 189+178+146=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB292 is #424D6D. Grayscale: #B1B1B1. Windows color (decimal): -4345198 or 9614013. OLE color: 9614013.

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

Color convert

RGB189178146-
CMYK00.060.230.26
HSL44.65º24.57%65.69%-
HSV(B)44.65º22.75%74.12%-
XYZ42.0944.7333.61-
YUV177.64110.14136.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=36.84%
G=34.70%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917814600.060.230.2644.6524.5765.69
HexBDB29206171A2d1942
Octal2752622220627325531102
Binary10111101101100101001001001101011111010101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB292; }

 p { color: rgb(189,178,146); }

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

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

 a { background-color: rgb(189,178,146); }

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

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

 span { border-color: rgb(189,178,146); }

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