#BDA066

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

Shades of Fallow #BDA066

Tints of Fallow #BDA066

Color information

#BDA066 (or 0xBDA066) is unknown color: approx Fallow. HEX triplet: BD, A0 and 66. RGB value is (189,160,102). Sum of RGB (Red+Green+Blue) = 189+160+102=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA066 is #425F99. Grayscale: #A2A2A2. Windows color (decimal): -4349850 or 6725821. OLE color: 6725821.

HSL color Cylindrical-coordinate representation of color #BDA066: hue angle of 40º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDA066 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189160102-
CMYK00.150.460.26
HSL40º39.73%57.06%-
HSV(B)40º46.03%74.12%-
XYZ35.9636.9217.8-
YUV162.0694.11147.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=41.91%
G=35.48%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916010200.150.460.264039.7357.06
HexBDA0660F2E1A282839
Octal2752401460175632505071
Binary101111011010000011001100111110111011010101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA066; }

 p { color: rgb(189,160,102); }

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

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

 a { background-color: rgb(189,160,102); }

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

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

 span { border-color: rgb(189,160,102); }

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