#BD9163

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

Shades of Fallow #BD9163

Tints of Fallow #BD9163

Color information

#BD9163 (or 0xBD9163) is unknown color: approx Fallow. HEX triplet: BD, 91 and 63. RGB value is (189,145,99). Sum of RGB (Red+Green+Blue) = 189+145+99=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9163 is #426E9C. Grayscale: #999999. Windows color (decimal): -4353693 or 6525373. OLE color: 6525373.

HSL color Cylindrical-coordinate representation of color #BD9163: hue angle of 30.67º 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 #BD9163 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18914599-
CMYK00.230.480.26
HSL30.67º40.54%56.47%-
HSV(B)30.67º47.62%74.12%-
XYZ33.3631.9716.22-
YUV152.9197.58153.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=43.65%
G=33.49%
B=22.86%

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
Decimal1891459900.230.480.2630.6740.5456.47
HexBD9163017301A1f2938
Octal2752211430276032375170
Binary101111011001000111000110101111100001101011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9163; }

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

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

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

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

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

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

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

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