#BDA169

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

Shades of Fallow #BDA169

Tints of Fallow #BDA169

Color information

#BDA169 (or 0xBDA169) is unknown color: approx Fallow. HEX triplet: BD, A1 and 69. RGB value is (189,161,105). Sum of RGB (Red+Green+Blue) = 189+161+105=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA169 is #425E96. Grayscale: #A3A3A3. Windows color (decimal): -4349591 or 6922685. OLE color: 6922685.

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

Color convert

RGB189161105-
CMYK00.150.440.26
HSL40º38.89%57.65%-
HSV(B)40º44.44%74.12%-
XYZ36.2837.3318.66-
YUV162.9995.28146.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=41.54%
G=35.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916110500.150.440.264038.8957.65
HexBDA1690F2C1A28273a
Octal2752411510175432504772
Binary101111011010000111010010111110110011010101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA169; }

 p { color: rgb(189,161,105); }

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

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

 a { background-color: rgb(189,161,105); }

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

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

 span { border-color: rgb(189,161,105); }

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