#BD9C63

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

Shades of Fallow #BD9C63

Tints of Fallow #BD9C63

Color information

#BD9C63 (or 0xBD9C63) is unknown color: approx Fallow. HEX triplet: BD, 9C and 63. RGB value is (189,156,99). Sum of RGB (Red+Green+Blue) = 189+156+99=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C63 is #42639C. Grayscale: #9F9F9F. Windows color (decimal): -4350877 or 6528189. OLE color: 6528189.

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

Color convert

RGB18915699-
CMYK00.170.480.26
HSL38º40.54%56.47%-
HSV(B)38º47.62%74.12%-
XYZ35.1335.516.8-
YUV159.3793.93149.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=42.57%
G=35.14%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891569900.170.480.263840.5456.47
HexBD9C63011301A262938
Octal2752341430216032465170
Binary1011110110011100110001101000111000011010100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C63; }

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

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

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

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

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

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

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

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