#BD9263

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

Shades of Fallow #BD9263

Tints of Fallow #BD9263

Color information

#BD9263 (or 0xBD9263) is unknown color: approx Fallow. HEX triplet: BD, 92 and 63. RGB value is (189,146,99). Sum of RGB (Red+Green+Blue) = 189+146+99=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9263 is #426D9C. Grayscale: #999999. Windows color (decimal): -4353437 or 6525629. OLE color: 6525629.

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

Color convert

RGB18914699-
CMYK00.230.480.26
HSL31.33º40.54%56.47%-
HSV(B)31.33º47.62%74.12%-
XYZ33.5232.2816.27-
YUV153.597.25153.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=43.55%
G=33.64%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891469900.230.480.2631.3340.5456.47
HexBD9263017301A1f2938
Octal2752221430276032375170
Binary101111011001001011000110101111100001101011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9263; }

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

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

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

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

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

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

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

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