#BDA06F

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

Shades of Fallow #BDA06F

Tints of Fallow #BDA06F

Color information

#BDA06F (or 0xBDA06F) is unknown color: approx Fallow. HEX triplet: BD, A0 and 6F. RGB value is (189,160,111). Sum of RGB (Red+Green+Blue) = 189+160+111=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA06F is #425F90. Grayscale: #A3A3A3. Windows color (decimal): -4349841 or 7315645. OLE color: 7315645.

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

Color convert

RGB189160111-
CMYK00.150.410.26
HSL37.69º37.14%58.82%-
HSV(B)37.69º41.27%74.12%-
XYZ36.4337.1120.28-
YUV163.0898.61146.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 160 (62.89% from 255) = 34.78%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=41.09%
G=34.78%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916011100.150.410.2637.6937.1458.82
HexBDA06F0F291A26253b
Octal2752401570175132464573
Binary101111011010000011011110111110100111010100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA06F; }

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

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

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

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

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

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

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

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